mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 20:33:14 +08:00
Ensure that invisible menu seperators have a height of 0
CURA-9012
This commit is contained in:
parent
01ecc799fa
commit
dab67d9b38
@ -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…
x
Reference in New Issue
Block a user