Give the poor + a bit more breathing room

It's a pandemic, we need to give operators a bit of room ;)
This commit is contained in:
Jaime van Kessel 2021-11-17 10:52:33 +01:00
parent 71769ab168
commit 5a08ae0eab

View File

@ -10,7 +10,7 @@ import QtQuick.Controls 2.15
TabButton
{
id: root
width: UM.Theme.getSize("button_icon").width+UM.Theme.getSize("narrow_margin").width
width: UM.Theme.getSize("button_icon").width + UM.Theme.getSize("narrow_margin").width
height: UM.Theme.getSize("button_icon").height
hoverEnabled: true
property color inactiveBackgroundColor : hovered ? UM.Theme.getColor("action_button_hovered") : UM.Theme.getColor("detail_background")