mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 20:01:33 -07:00
Fix button heights
CURA-8640
This commit is contained in:
parent
53efb78cf6
commit
62c1e37e04
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ Button
|
||||||
|
|
||||||
leftPadding: UM.Theme.getSize("default_margin").width
|
leftPadding: UM.Theme.getSize("default_margin").width
|
||||||
rightPadding: UM.Theme.getSize("default_margin").width
|
rightPadding: UM.Theme.getSize("default_margin").width
|
||||||
height: UM.Theme.getSize("action_button").height
|
implicitHeight: UM.Theme.getSize("action_button").height
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
|
|
||||||
onHoveredChanged:
|
onHoveredChanged:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue