mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Re-enable regular expression
CURA-8555
This commit is contained in:
parent
0d4c3fa34d
commit
a7fcc15197
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ Item
|
||||||
anchors.topMargin: UM.Theme.getSize("thin_margin").height
|
anchors.topMargin: UM.Theme.getSize("thin_margin").height
|
||||||
validator: RegularExpressionValidator
|
validator: RegularExpressionValidator
|
||||||
{
|
{
|
||||||
// regularExpression: /^[\w\-\. ()]{0,255}$/
|
regularExpression: /^[\w\-\. ()]{0,255}$/
|
||||||
}
|
}
|
||||||
|
|
||||||
text: PrintInformation.jobName
|
text: PrintInformation.jobName
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue