mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Add validators to project.
CURA-9793
This commit is contained in:
parent
522bf60e81
commit
487bf41a7b
4 changed files with 28 additions and 1 deletions
|
@ -119,7 +119,7 @@ UM.Dialog
|
|||
text = `#${text}`;
|
||||
}
|
||||
}
|
||||
validator: RegularExpressionValidator { regularExpression: /^#([a-fA-F0-9]{0,6})$/ }
|
||||
validator: Cura.HexColorValidator {}
|
||||
}
|
||||
|
||||
Rectangle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue