Prevent overly long names for printers and profiles

Contributes to CURA-1342
This commit is contained in:
fieldOfView 2016-04-11 20:58:53 +02:00
parent 6896fbf93a
commit 0259457d2e

View file

@ -212,7 +212,7 @@ Item
id: machineName;
text: getMachineName()
implicitWidth: UM.Theme.getSize("standard_list_input").width
maximumLength: 120
maximumLength: 40
}
}