OSDN Git Service

LinGui: fix incorrect upper bound to PARHeight spin button control
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 14 Oct 2009 20:34:34 +0000 (20:34 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 14 Oct 2009 20:34:34 +0000 (20:34 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@2886 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/src/ghb.ui

index 68cf4d5..4b45d7d 100644 (file)
     <property name="value">0</property>
   </object>
   <object class="GtkAdjustment" id="adjustment30">
-    <property name="upper">1200</property>
+    <property name="upper">2000</property>
     <property name="lower">0</property>
     <property name="page_increment">16</property>
     <property name="step_increment">1</property>