diff options
author | jstebbins <[email protected]> | 2013-02-20 16:05:37 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2013-02-20 16:05:37 +0000 |
commit | cad2699d12902ac6106d77778abab999592d34e6 (patch) | |
tree | 788d028251408712b61592059d91f80c52a98c89 | |
parent | c5dddc18fe54b0fe5e6328b5ca4afc526666f389 (diff) |
LinGui: increase max live preview duration to 240 seconds
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5260 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | gtk/src/ghb.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index c697849fa..7aa00cc7f 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -213,10 +213,10 @@ This setting allows you to synchronize the files.</property> </object> <object class="GtkAdjustment" id="adjustment21"> <property name="value">15</property> - <property name="lower">5</property> - <property name="upper">60</property> - <property name="step_increment">5</property> - <property name="page_increment">10</property> + <property name="lower">15</property> + <property name="upper">240</property> + <property name="step_increment">15</property> + <property name="page_increment">15</property> <property name="page_size">0</property> </object> <object class="GtkAdjustment" id="adjustment22"> |