Use non-abbreviated names in the configurations list

This commit is contained in:
Diego Prado Gesto 2019-09-16 15:59:21 +02:00
parent 5efc0e7f27
commit 0085660153

View File

@ -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
} }
} }