mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-22 21:59:37 +08:00
Update visibility condition in WorkspaceDialog
CURA-11700
This commit is contained in:
parent
1ebab878fe
commit
5eeee37f0e
@ -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…
x
Reference in New Issue
Block a user