mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:19:13 +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
|
Cura.MachineSelector
|
||||||
{
|
{
|
||||||
id: machineSelector
|
id: machineSelector
|
||||||
visible: comboboxVisible
|
visible: workspaceDialog.visible && manager.updatableMachinesModel.count > 1
|
||||||
headerCornerSide: Cura.RoundedRectangle.Direction.All
|
headerCornerSide: Cura.RoundedRectangle.Direction.All
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: UM.Theme.getSize("default_margin").width * 3
|
anchors.topMargin: UM.Theme.getSize("default_margin").width * 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user