Increase Subtitle Maker frame limit

This commit is contained in:
alyosha-tas 2018-03-16 18:48:19 -04:00
parent 4c98ee9ab9
commit 549b484c21
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@
//
this.FrameNumeric.Location = new System.Drawing.Point(78, 19);
this.FrameNumeric.Maximum = new decimal(new int[] {
999999,
2147483647,
0,
0,
0});