mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Remove the 40 char maximum on printer address textfield
This commit is contained in:
parent
694cc91ae9
commit
dda356fbc4
1 changed files with 0 additions and 1 deletions
|
|
@ -364,7 +364,6 @@ Cura.MachineAction
|
||||||
{
|
{
|
||||||
id: addressField
|
id: addressField
|
||||||
width: parent.width
|
width: parent.width
|
||||||
maximumLength: 40
|
|
||||||
validator: RegExpValidator
|
validator: RegExpValidator
|
||||||
{
|
{
|
||||||
regExp: /[a-zA-Z0-9\.\-\_]*/
|
regExp: /[a-zA-Z0-9\.\-\_]*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue