diff options
author | jstebbins <[email protected]> | 2008-10-18 20:57:54 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-10-18 20:57:54 +0000 |
commit | 6c7593e540de0847c2cb0771f545b0bcf0e7d34b (patch) | |
tree | ffe14750fd72197fec69463032976bbc439dfdde /gtk/src/ghb.ui | |
parent | fa904997ddba784699a6e0858d62cfa93a7b6be7 (diff) |
LinGui: fix handling of HD resolutions. max dimension threshold too low.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1842 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index d1b048601..ce1db677d 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -66,7 +66,7 @@ <property name="value">0</property> </object> <object class="GtkAdjustment" id="adjustment17"> - <property name="upper">1000</property> + <property name="upper">2000</property> <property name="lower">0</property> <property name="page_increment">16</property> <property name="step_increment">2</property> @@ -74,7 +74,7 @@ <property name="value">0</property> </object> <object class="GtkAdjustment" id="adjustment18"> - <property name="upper">1000</property> + <property name="upper">1200</property> <property name="lower">0</property> <property name="page_increment">16</property> <property name="step_increment">2</property> |