mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Change default sizes of menu
CURA-8928
This commit is contained in:
parent
d88f7d4267
commit
beae4f28f7
3 changed files with 7 additions and 3 deletions
|
@ -13,7 +13,8 @@ UM.MenuItem
|
|||
{
|
||||
id: menuItem
|
||||
|
||||
implicitHeight: UM.Theme.getSize("setting_control").height + UM.Theme.getSize("narrow_margin").height
|
||||
implicitHeight: UM.Theme.getSize("menu").height + UM.Theme.getSize("narrow_margin").height
|
||||
implicitWidth: UM.Theme.getSize("menu").width
|
||||
opacity: enabled ? 1.0 : 0.5
|
||||
|
||||
arrow: UM.RecolorImage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue