mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
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:
parent
71769ab168
commit
5a08ae0eab
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue