diff options
author | jstebbins <[email protected]> | 2010-06-20 21:31:33 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-06-20 21:31:33 +0000 |
commit | 3bbecc2366d731103f4fa31c4eab2b9e759a8182 (patch) | |
tree | 736f62decdc833f1bd103baecb42e8043a23bd5e /gtk | |
parent | 3b854fa44bc3036b4263ff9241f56ac4a31e2838 (diff) |
LinGui: fix aq-strength slider range. should be 0-2, not 0-1
Thanks Rodeo for pointing that out.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3401 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/src/ghb.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index bae888a31..53174bf19 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="adjustment34"> - <property name="upper">1</property> + <property name="upper">2</property> <property name="lower">0</property> <property name="page_increment">0.5</property> <property name="step_increment">0.1</property> |