mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +01:00
Allow ASSA margin up to 9,999 - thx Jim :)
Old limit was 1000
This commit is contained in:
parent
f43662875f
commit
deba83c1a9
6
src/ui/Forms/Assa/AssaStyles.Designer.cs
generated
6
src/ui/Forms/Assa/AssaStyles.Designer.cs
generated
@ -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});
|
||||
|
Loading…
Reference in New Issue
Block a user