mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
TabButton
|
||||||
{
|
{
|
||||||
id: root
|
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
|
height: UM.Theme.getSize("button_icon").height
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
property color inactiveBackgroundColor : hovered ? UM.Theme.getColor("action_button_hovered") : UM.Theme.getColor("detail_background")
|
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