diff options
author | jstebbins <[email protected]> | 2011-04-17 20:26:08 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-04-17 20:26:08 +0000 |
commit | 4d2dce20625d08032eb25dd2d98c3d4319d8e0d9 (patch) | |
tree | 182c48f2ccd8afde6c17d9f0151b0eb9bd2f4d29 /gtk/src/ghb.ui | |
parent | c921f0242dd7da08ea07b9ef5e02d37dd91b020d (diff) |
LinGui: fix a problem with display of audio gain value.
Was not updating properly, showed -1 and -0 when should have been 0.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3936 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-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 586806f3c..7d70370b3 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -258,7 +258,7 @@ <property name="value">1</property> </object> <object class="GtkAdjustment" id="adjustment35"> - <property name="upper">20</property> + <property name="upper">21</property> <property name="lower">-20</property> <property name="page_increment">1</property> <property name="step_increment">1</property> |