mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 20:55:59 +08:00
Fix button heights
CURA-8640
This commit is contained in:
parent
53efb78cf6
commit
62c1e37e04
@ -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…
x
Reference in New Issue
Block a user