mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
MenuItem height has to be set to 0 when visible: false otherwise there is white space in place of the MenuItem.
This functionality is included in UM and was being overwritten in Cura.MenuItem. CURA-8688
This commit is contained in:
parent
e990e970be
commit
9b05dbdb85
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@ import UM 1.5 as UM
|
|||
UM.MenuItem
|
||||
{
|
||||
id: menuItem
|
||||
|
||||
height: UM.Theme.getSize("context_menu").height
|
||||
opacity: enabled ? 1.0 : 0.5
|
||||
|
||||
arrow: UM.RecolorImage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue