Align dropdown in open project dialog

CURA-9424
This commit is contained in:
c.lamboo 2022-11-09 15:55:48 +01:00
parent 948ac84070
commit 95e0021cce
2 changed files with 8 additions and 4 deletions

View file

@ -111,9 +111,8 @@ UM.Dialog
{
id: machineSelector
headerCornerSide: Cura.RoundedRectangle.Direction.All
width: UM.Theme.getSize("machine_selector_widget").width
width: parent.width
height: parent.height
anchors.centerIn: parent
machineListModel: manager.updatableMachinesModel
machineName: manager.machineName
@ -122,6 +121,8 @@ UM.Dialog
isCloudRegistered: false
isGroup: false
minDropDownWidth: machineSelector.width
buttons: [
Cura.SecondaryButton
{