the guy wants the thing says he doesnt need any more than 16 of the thing and neither does anyone else, so limit the thing to 16
This commit is contained in:
parent
c9dab721fb
commit
4b91330b75
|
@ -673,6 +673,11 @@
|
|||
// nudPrescale
|
||||
//
|
||||
this.nudPrescale.Location = new System.Drawing.Point(260, 113);
|
||||
this.nudPrescale.Maximum = new decimal(new int[] {
|
||||
16,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.nudPrescale.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
|
|
Loading…
Reference in New Issue