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:
zeromus 2015-07-07 14:17:39 -05:00
parent c9dab721fb
commit 4b91330b75
1 changed files with 5 additions and 0 deletions

View File

@ -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,