mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 15:03:14 +08:00
Prevent overly long names for printers and profiles
Contributes to CURA-1342
This commit is contained in:
parent
6896fbf93a
commit
0259457d2e
@ -212,7 +212,7 @@ Item
|
|||||||
id: machineName;
|
id: machineName;
|
||||||
text: getMachineName()
|
text: getMachineName()
|
||||||
implicitWidth: UM.Theme.getSize("standard_list_input").width
|
implicitWidth: UM.Theme.getSize("standard_list_input").width
|
||||||
maximumLength: 120
|
maximumLength: 40
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user