Remove the 40 char maximum on printer address textfield

This commit is contained in:
Mark 2018-08-29 11:50:43 +02:00
parent 694cc91ae9
commit dda356fbc4

View File

@ -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\.\-\_]*/