mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
Prevent overly long names for printers and profiles
Contributes to CURA-1342
This commit is contained in:
parent
6896fbf93a
commit
0259457d2e
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ Item
|
|||
id: machineName;
|
||||
text: getMachineName()
|
||||
implicitWidth: UM.Theme.getSize("standard_list_input").width
|
||||
maximumLength: 120
|
||||
maximumLength: 40
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue