mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
fixing size of drop down
CURA-11700
This commit is contained in:
parent
b245cce4e6
commit
b5940a54f4
1 changed files with 2 additions and 2 deletions
|
@ -112,8 +112,8 @@ UM.Dialog
|
||||||
anchors.topMargin: UM.Theme.getSize("default_margin").width * 3
|
anchors.topMargin: UM.Theme.getSize("default_margin").width * 3
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||||
width: UM.Theme.getSize("machine_selector_widget").width
|
width: Math.round(parent.width / 2.5)
|
||||||
height: UM.Theme.getSize("machine_selector_widget").height
|
height: UM.Theme.getSize("button").height
|
||||||
machineListModel: manager.updatableMachinesModel
|
machineListModel: manager.updatableMachinesModel
|
||||||
machineName: manager.machineName
|
machineName: manager.machineName
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue