mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ Rectangle
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: headerSeparator
|
id: headerSeparator
|
||||||
width: parent.width
|
width: parent.width
|
||||||
visible: !monitoringPrint && !hideSettings
|
visible: settingsModeSelection.visible && header.visible
|
||||||
height: visible ? UM.Theme.getSize("sidebar_lining").height : 0
|
height: visible ? UM.Theme.getSize("sidebar_lining").height : 0
|
||||||
color: UM.Theme.getColor("sidebar_lining")
|
color: UM.Theme.getColor("sidebar_lining")
|
||||||
anchors.top: header.bottom
|
anchors.top: header.bottom
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue