Set the maxValue of the port spinner to 65535

This commit is contained in:
Andrew Resch 2009-09-24 14:26:05 +00:00
parent 9df5269fee
commit fb154eaba9
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ Copyright:
xtype: 'number',
decimalPrecision: 0,
minValue: -1,
maxValue: 99999
maxValue: 65535
},
value: '58846',
anchor: '50%'