]> granicus.if.org Git - handbrake/commitdiff
WinGui:
authorsr55 <sr55.hb@outlook.com>
Wed, 25 Nov 2009 18:59:56 +0000 (18:59 +0000)
committersr55 <sr55.hb@outlook.com>
Wed, 25 Nov 2009 18:59:56 +0000 (18:59 +0000)
- The Subtitle offset numeric control can now take a negative value. Users can add - through the query editor in the mean time.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2977 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/Controls/Subtitles.Designer.cs
win/C#/Controls/Subtitles.resx

index 5f1eaa14dcf5bc3702035e0c0aa6308ac84899cf..6c54c3f7c67ddfc591eb79375ae03c0aa1b7bf6d 100644 (file)
             this.toolStripSeparator2,\r
             this.mnu_remove});\r
             this.subMenu.Name = "audioMenu";\r
-            this.subMenu.Size = new System.Drawing.Size(142, 76);\r
+            this.subMenu.Size = new System.Drawing.Size(139, 76);\r
             // \r
             // mnu_moveup\r
             // \r
             this.mnu_moveup.Name = "mnu_moveup";\r
-            this.mnu_moveup.Size = new System.Drawing.Size(141, 22);\r
+            this.mnu_moveup.Size = new System.Drawing.Size(138, 22);\r
             this.mnu_moveup.Text = "Move Up";\r
             this.mnu_moveup.Click += new System.EventHandler(this.mnu_moveup_Click);\r
             // \r
             // mnu_movedown\r
             // \r
             this.mnu_movedown.Name = "mnu_movedown";\r
-            this.mnu_movedown.Size = new System.Drawing.Size(141, 22);\r
+            this.mnu_movedown.Size = new System.Drawing.Size(138, 22);\r
             this.mnu_movedown.Text = "Move Down";\r
             this.mnu_movedown.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
             this.mnu_movedown.Click += new System.EventHandler(this.mnu_movedown_Click);\r
             // toolStripSeparator2\r
             // \r
             this.toolStripSeparator2.Name = "toolStripSeparator2";\r
-            this.toolStripSeparator2.Size = new System.Drawing.Size(138, 6);\r
+            this.toolStripSeparator2.Size = new System.Drawing.Size(135, 6);\r
             // \r
             // mnu_remove\r
             // \r
             this.mnu_remove.Name = "mnu_remove";\r
-            this.mnu_remove.Size = new System.Drawing.Size(141, 22);\r
+            this.mnu_remove.Size = new System.Drawing.Size(138, 22);\r
             this.mnu_remove.Text = "Remove";\r
             this.mnu_remove.Click += new System.EventHandler(this.mnu_remove_Click);\r
             // \r
             0,\r
             0,\r
             0});\r
+            this.srt_offset.Minimum = new decimal(new int[] {\r
+            1000000000,\r
+            0,\r
+            0,\r
+            -2147483648});\r
             this.srt_offset.Name = "srt_offset";\r
             this.srt_offset.Size = new System.Drawing.Size(58, 21);\r
             this.srt_offset.TabIndex = 79;\r
index 2e6f00c9e43dd7c7803240865b0ea6cb627c6698..9be4767af8f770ad8dd956040d94b0398e729db3 100644 (file)
   <metadata name="subMenu.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">\r
     <value>17, 17</value>\r
   </metadata>\r
-  <metadata name="toolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">\r
-    <value>237, 17</value>\r
-  </metadata>\r
   <metadata name="openFileDialog.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">\r
     <value>113, 17</value>\r
   </metadata>\r
+  <metadata name="toolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">\r
+    <value>237, 17</value>\r
+  </metadata>\r
 </root>
\ No newline at end of file