mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 12:17:50 -06:00
fix visibility check
CURA-9424
This commit is contained in:
parent
25ecb0e621
commit
1764c338a0
2 changed files with 5 additions and 2 deletions
|
@ -30,7 +30,7 @@ Item
|
|||
height: visible ? UM.Theme.getSize("default_margin").height : 0
|
||||
anchors.top: parent.top
|
||||
anchors.right: parent.right
|
||||
visible: combobox.visible
|
||||
visible: comboboxVisible
|
||||
text: comboboxTooltipText
|
||||
|
||||
UM.Label
|
||||
|
@ -39,7 +39,7 @@ Item
|
|||
anchors.top: parent.top
|
||||
anchors.left: parent.left
|
||||
anchors.bottomMargin: UM.Theme.getSize("default_margin").height
|
||||
visible: combobox.visible
|
||||
visible: comboboxVisible
|
||||
text: ""
|
||||
font: UM.Theme.getFont("default_bold")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue