mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 07:59:05 +08:00
parent
6eb8b75490
commit
4a0808378b
@ -86,7 +86,7 @@ Item {
|
|||||||
printJobTextfield.focus = false;
|
printJobTextfield.focus = false;
|
||||||
}
|
}
|
||||||
validator: RegExpValidator {
|
validator: RegExpValidator {
|
||||||
regExp: /^[^\\ \/ \*\?\|\[\]]*$/
|
regExp: /^[^\\\/\*\?\|\[\]]*$/
|
||||||
}
|
}
|
||||||
style: TextFieldStyle{
|
style: TextFieldStyle{
|
||||||
textColor: UM.Theme.getColor("text_scene");
|
textColor: UM.Theme.getColor("text_scene");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user