OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 10 Jul 2010 13:27:22 +0000 (13:27 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 10 Jul 2010 13:27:22 +0000 (13:27 +0000)
- Fix an exception on the picture settings pane when very large Par Width/Height values present.

git-svn-id: svn://localhost/HandBrake/trunk@3434 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/Controls/PictureSettings.Designer.cs

index 21c796d..c6b3b00 100644 (file)
@@ -421,7 +421,7 @@ namespace Handbrake.Controls
             // \r
             this.updownParHeight.Location = new System.Drawing.Point(82, 111);\r
             this.updownParHeight.Maximum = new decimal(new int[] {\r
-            2560,\r
+            10000,\r
             0,\r
             0,\r
             0});\r
@@ -485,7 +485,7 @@ namespace Handbrake.Controls
             // \r
             this.updownParWidth.Location = new System.Drawing.Point(82, 84);\r
             this.updownParWidth.Maximum = new decimal(new int[] {\r
-            2560,\r
+            10000,\r
             0,\r
             0,\r
             0});\r
@@ -610,7 +610,7 @@ namespace Handbrake.Controls
             this.lbl_presetCropWarning.TabIndex = 118;\r
             this.lbl_presetCropWarning.Text = "( Preset values are in use! )";\r
             // \r
-            // CropSettings\r
+            // PictureSettings\r
             // \r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;\r
             this.BackColor = System.Drawing.Color.Transparent;\r