Improve margins of qualities menu

CURA-8928
This commit is contained in:
Jaime van Kessel 2022-03-03 13:09:09 +01:00
parent a0f9febf62
commit fc577ffcbc
2 changed files with 5 additions and 4 deletions

View file

@ -18,11 +18,11 @@ Button
property string labelText: ""
id: button
hoverEnabled: true
leftPadding:UM.Theme.getSize("wide_margin").width
leftPadding: UM.Theme.getSize("default_margin").width
background: Rectangle
{
id: backgroundRectangle
id: backgroundRectanglewide_margin
color: button.hovered ? UM.Theme.getColor("background_2"): UM.Theme.getColor("background_1")
}