Set the maxValue of the port spinner to 65535
This commit is contained in:
parent
9df5269fee
commit
fb154eaba9
|
@ -91,7 +91,7 @@ Copyright:
|
||||||
xtype: 'number',
|
xtype: 'number',
|
||||||
decimalPrecision: 0,
|
decimalPrecision: 0,
|
||||||
minValue: -1,
|
minValue: -1,
|
||||||
maxValue: 99999
|
maxValue: 65535
|
||||||
},
|
},
|
||||||
value: '58846',
|
value: '58846',
|
||||||
anchor: '50%'
|
anchor: '50%'
|
||||||
|
|
Loading…
Reference in New Issue