Allow ASSA margin up to 9,999 - thx Jim :)

Old limit was 1000
This commit is contained in:
Nikolaj Olsson 2024-08-31 22:24:36 +02:00
parent f43662875f
commit deba83c1a9

View File

@ -724,7 +724,7 @@
0});
this.numericUpDownMarginVertical.Location = new System.Drawing.Point(61, 68);
this.numericUpDownMarginVertical.Maximum = new decimal(new int[] {
1000,
9999,
0,
0,
0});
@ -762,7 +762,7 @@
0});
this.numericUpDownMarginRight.Location = new System.Drawing.Point(61, 41);
this.numericUpDownMarginRight.Maximum = new decimal(new int[] {
1000,
9999,
0,
0,
0});
@ -800,7 +800,7 @@
0});
this.numericUpDownMarginLeft.Location = new System.Drawing.Point(61, 14);
this.numericUpDownMarginLeft.Maximum = new decimal(new int[] {
1000,
9999,
0,
0,
0});