mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 22:43:15 +08:00
Added Cura.MachineSelector in place of combobox
combobox seemed to be tampering with the mouse area of machineselector CURA-11700
This commit is contained in:
parent
9f952b91c3
commit
9604674c8b
@ -103,12 +103,17 @@ UM.Dialog
|
||||
comboboxTitle: catalog.i18nc("@action:label", "Open With")
|
||||
comboboxTooltipText: catalog.i18nc("@info:tooltip", "Printer settings will be updated to match the settings saved with the project.")
|
||||
comboboxVisible: workspaceDialog.visible && manager.updatableMachinesModel.count > 1
|
||||
combobox: Cura.MachineSelector
|
||||
Cura.MachineSelector
|
||||
{
|
||||
id: machineSelector
|
||||
visible: comboboxVisible
|
||||
headerCornerSide: Cura.RoundedRectangle.Direction.All
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: UM.Theme.getSize("default_margin").width * 3
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||
width: UM.Theme.getSize("machine_selector_widget").width
|
||||
height: UM.Theme.getSize("machine_selector_widget").height
|
||||
machineListModel: manager.updatableMachinesModel
|
||||
machineName: manager.machineName
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user