Ensure that invisible menu seperators have a height of 0

CURA-9012
This commit is contained in:
Jaime van Kessel 2022-03-09 13:26:16 +01:00
parent 01ecc799fa
commit dab67d9b38

View file

@ -18,4 +18,5 @@ MenuSeparator
implicitHeight: UM.Theme.getSize("default_lining").height
color: UM.Theme.getColor("setting_control_border")
}
height: visible ? implicitHeight: 0
}