diff options
author | jstebbins <[email protected]> | 2011-06-27 11:47:02 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-06-27 11:47:02 +0000 |
commit | 93017898a926bd2b6c45e763bcccc360b0dff7d5 (patch) | |
tree | 362dab90db3f7d724ef80e50da1b94f0b4f3f040 /gtk/src | |
parent | b03405c94ba63e94056284b29bb9c65059244186 (diff) |
LinGui: change page increment of preview frame slider
make page the same as step. it's not realy useful to "page" this slider.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4080 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src')
-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 a532d0a3c..999f3c621 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -84,7 +84,7 @@ <object class="GtkAdjustment" id="adjustment19"> <property name="upper">10</property> <property name="lower">1</property> - <property name="page_increment">10</property> + <property name="page_increment">1</property> <property name="step_increment">1</property> <property name="page_size">0</property> <property name="value">1</property> |