mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Use non-abbreviated names in the configurations list
This commit is contained in:
parent
5efc0e7f27
commit
0085660153
1 changed files with 2 additions and 1 deletions
|
|
@ -107,8 +107,9 @@ Item
|
||||||
Cura.PrinterTypeLabel
|
Cura.PrinterTypeLabel
|
||||||
{
|
{
|
||||||
id: printerTypeLabel
|
id: printerTypeLabel
|
||||||
text: Cura.MachineManager.getAbbreviatedMachineName(section)
|
text: section
|
||||||
anchors.verticalCenter: parent.verticalCenter //One default margin above and one below.
|
anchors.verticalCenter: parent.verticalCenter //One default margin above and one below.
|
||||||
|
autoFit: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue