mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Order of extruders is now sorted by position
CURA-1263
This commit is contained in:
parent
ff18a314ef
commit
f598a49c4b
2 changed files with 13 additions and 4 deletions
|
@ -127,6 +127,11 @@ UM.Dialog
|
|||
model: Cura.MachineManager.activeMaterialNames
|
||||
delegate: Column
|
||||
{
|
||||
Item // Spacer
|
||||
{
|
||||
height: spacerHeight
|
||||
width: height
|
||||
}
|
||||
Label
|
||||
{
|
||||
text: catalog.i18nc("@action:label", "Extruder %1").arg(index+1)
|
||||
|
@ -193,7 +198,7 @@ UM.Dialog
|
|||
}
|
||||
|
||||
}
|
||||
Item // Spacer
|
||||
/*Item // Spacer
|
||||
{
|
||||
height: spacerHeight
|
||||
width: height
|
||||
|
@ -223,8 +228,7 @@ UM.Dialog
|
|||
width: parent.width / 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}*/
|
||||
|
||||
Item // Spacer
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue