mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:09:03 +08:00
Only make separator visible if the element above and below it are visible
The behaviour should be the same, if it was implemented correctly previously. Contributes to issue CURA-4241.
This commit is contained in:
parent
e38ec9d5e8
commit
0fc40d571a
@ -97,7 +97,7 @@ Rectangle
|
||||
Rectangle {
|
||||
id: headerSeparator
|
||||
width: parent.width
|
||||
visible: !monitoringPrint && !hideSettings
|
||||
visible: settingsModeSelection.visible && header.visible
|
||||
height: visible ? UM.Theme.getSize("sidebar_lining").height : 0
|
||||
color: UM.Theme.getColor("sidebar_lining")
|
||||
anchors.top: header.bottom
|
||||
|
Loading…
x
Reference in New Issue
Block a user