diff options
author | jstebbins <[email protected]> | 2009-06-10 16:26:45 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-06-10 16:26:45 +0000 |
commit | e00722e17ef990e44ce497b0407cdef81abe1b4c (patch) | |
tree | d0f6b0437f77fa97ffbba69015a4ce7a5ec46350 /gtk/src/ghb.ui | |
parent | 71bc820e642a7afaf80046e0288220cbbfec23e8 (diff) |
LinGui: remove the big jump in the drc slider when going from 1.0->Off
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2510 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index c8d32afe6..b29717ef1 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -219,11 +219,11 @@ </object> <object class="GtkAdjustment" id="adjustment28"> <property name="upper">4</property> - <property name="lower">0</property> + <property name="lower">0.9</property> <property name="page_increment">1</property> - <property name="step_increment">0.2</property> + <property name="step_increment">0.1</property> <property name="page_size">0</property> - <property name="value">2.6</property> + <property name="value">0.0</property> </object> <object class="GtkAdjustment" id="preview_progress_adj"> <property name="upper">100</property> |