mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 23:53:56 -06:00
Ensure that invisible menu seperators have a height of 0
CURA-9012
This commit is contained in:
parent
01ecc799fa
commit
dab67d9b38
1 changed files with 1 additions and 0 deletions
|
@ -18,4 +18,5 @@ MenuSeparator
|
||||||
implicitHeight: UM.Theme.getSize("default_lining").height
|
implicitHeight: UM.Theme.getSize("default_lining").height
|
||||||
color: UM.Theme.getColor("setting_control_border")
|
color: UM.Theme.getColor("setting_control_border")
|
||||||
}
|
}
|
||||||
|
height: visible ? implicitHeight: 0
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue