mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Add sensible maximum length to machine name and job name entry
This commit is contained in:
parent
90fda4cb3d
commit
bc24a3c95b
2 changed files with 5 additions and 4 deletions
|
@ -212,6 +212,7 @@ Item
|
|||
id: machineName;
|
||||
text: getMachineName()
|
||||
implicitWidth: UM.Theme.getSize("standard_list_input").width
|
||||
maximumLength: 120
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue