diff options
author | jstebbins <[email protected]> | 2013-02-20 16:07:46 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2013-02-20 16:07:46 +0000 |
commit | b1952888fe0fd3aba533d797a1a1b6d655bcab3f (patch) | |
tree | e015fb8c2a030040d4013f3584241c75b61be264 | |
parent | cad2699d12902ac6106d77778abab999592d34e6 (diff) |
LinGui: increase max number of static previews to 60
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5261 b64f7644-9d1e-0410-96f1-a4d463321fa5
-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 7aa00cc7f..ba8f46856 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -339,7 +339,7 @@ This setting allows you to synchronize the files.</property> <property name="value">0</property> </object> <object class="GtkAdjustment" id="preview_count_adj"> - <property name="upper">30</property> + <property name="upper">60</property> <property name="lower">5</property> <property name="page_increment">10</property> <property name="step_increment">5</property> |