mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Update visibility condition in WorkspaceDialog
CURA-11700
This commit is contained in:
parent
1ebab878fe
commit
5eeee37f0e
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ UM.Dialog
|
|||
Cura.MachineSelector
|
||||
{
|
||||
id: machineSelector
|
||||
visible: comboboxVisible
|
||||
visible: workspaceDialog.visible && manager.updatableMachinesModel.count > 1
|
||||
headerCornerSide: Cura.RoundedRectangle.Direction.All
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: UM.Theme.getSize("default_margin").width * 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue