mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 12:55:13 +08: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
@ -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…
x
Reference in New Issue
Block a user