summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-10-14 20:34:34 +0000
committerjstebbins <[email protected]>2009-10-14 20:34:34 +0000
commit3b76ee6a04ac59d3f3da080eb08d974734916db1 (patch)
treef419e15545f8f0444ef7e7493597cafd2f11b184 /gtk
parentb6c8cc234520ec5652e0b2f2e967b8a6a675d55a (diff)
LinGui: fix incorrect upper bound to PARHeight spin button control
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2886 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-rw-r--r--gtk/src/ghb.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui
index 68cf4d54b..4b45d7d4a 100644
--- a/gtk/src/ghb.ui
+++ b/gtk/src/ghb.ui
@@ -234,7 +234,7 @@
<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>