Allow larger "margin" in SSA/ASSA styles - thx von Suppé :)

This commit is contained in:
Nikolaj Olsson 2018-01-31 17:03:51 +01:00
parent fabf02d3c1
commit 9bb23ecc81
2 changed files with 6 additions and 6 deletions

View File

@ -455,7 +455,7 @@
//
this.numericUpDownMarginVertical.Location = new System.Drawing.Point(188, 33);
this.numericUpDownMarginVertical.Maximum = new decimal(new int[] {
250,
500,
0,
0,
0});
@ -468,7 +468,7 @@
//
this.numericUpDownMarginRight.Location = new System.Drawing.Point(101, 33);
this.numericUpDownMarginRight.Maximum = new decimal(new int[] {
250,
500,
0,
0,
0});
@ -481,7 +481,7 @@
//
this.numericUpDownMarginLeft.Location = new System.Drawing.Point(16, 33);
this.numericUpDownMarginLeft.Maximum = new decimal(new int[] {
250,
500,
0,
0,
0});

View File

@ -367,7 +367,7 @@
//
this.numericUpDownMarginVertical.Location = new System.Drawing.Point(188, 33);
this.numericUpDownMarginVertical.Maximum = new decimal(new int[] {
250,
1000,
0,
0,
0});
@ -380,7 +380,7 @@
//
this.numericUpDownMarginRight.Location = new System.Drawing.Point(101, 33);
this.numericUpDownMarginRight.Maximum = new decimal(new int[] {
250,
500,
0,
0,
0});
@ -393,7 +393,7 @@
//
this.numericUpDownMarginLeft.Location = new System.Drawing.Point(16, 33);
this.numericUpDownMarginLeft.Maximum = new decimal(new int[] {
250,
500,
0,
0,
0});