]> granicus.if.org Git - handbrake/commitdiff
LinGui: Increase max video bitrate entry allowed
authorJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 5 Jun 2017 14:35:35 +0000 (07:35 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 5 Jun 2017 14:36:11 +0000 (07:36 -0700)
gtk/src/ghb.m4

index 1f3d279c23ba7695ad8eb74d62530e9c1a2757b0..74ab62bedf34ed9bf9519d4b017d99dddfbf016c 100644 (file)
@@ -280,7 +280,7 @@ conjunction with the "Forced" option.</property>
     <property name="page_increment">16</property>
   </object>
   <object class="GtkAdjustment" id="adjustment3">
-    <property name="upper">20000</property>
+    <property name="upper">1000000</property>
     <property name="step_increment">10</property>
     <property name="page_increment">100</property>
   </object>