summaryrefslogtreecommitdiffstats
path: root/gtk/src/ghb.ui
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2008-10-18 23:48:53 +0000
committerjstebbins <[email protected]>2008-10-18 23:48:53 +0000
commit3c199946f7eb66a581454aa60392dba8cc174d7e (patch)
tree08e02e136d9efa1c174292497efb84e3824f92fc /gtk/src/ghb.ui
parent152ec1f0a7350d70e87a0a265f806b5400ce4ae0 (diff)
LinGui: add pref option to scale down high def previews
when this option is enabled, if the preview dims are above a threshold then the size is scaled down to no larger than 1280x720. 1080p previews are too big for my laptop :-P git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1846 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r--gtk/src/ghb.ui23
1 files changed, 19 insertions, 4 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui
index ce1db677d..ba66bcb13 100644
--- a/gtk/src/ghb.ui
+++ b/gtk/src/ghb.ui
@@ -3421,6 +3421,21 @@ auto-generated destination name.</property>
</packing>
</child>
<child>
+ <object class="GtkCheckButton" id="reduce_hd_preview">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="tooltip_text"> Automatically reduce the size of High Definition previews.
+This is helpfull when working on laptops or similar
+non-hidef screens. </property>
+ <property name="label" translatable="yes">Scale down High Definition previews</property>
+ <property name="draw_indicator">True</property>
+ <signal name="toggled" handler="pref_changed_cb"/>
+ </object>
+ <packing>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkCheckButton" id="noscale">
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -3434,7 +3449,7 @@ the required multiple.</property>
<signal name="toggled" handler="pref_changed_cb"/>
</object>
<packing>
- <property name="position">2</property>
+ <property name="position">3</property>
</packing>
</child>
<child>
@@ -3453,7 +3468,7 @@ this setting.</property>
<signal name="toggled" handler="vcodec_changed_cb"/>
</object>
<packing>
- <property name="position">3</property>
+ <property name="position">4</property>
</packing>
</child>
<child>
@@ -3464,7 +3479,7 @@ this setting.</property>
<signal name="toggled" handler="tweaks_changed_cb"/>
</object>
<packing>
- <property name="position">4</property>
+ <property name="position">5</property>
</packing>
</child>
<child>
@@ -3475,7 +3490,7 @@ this setting.</property>
<signal name="toggled" handler="hbfd_feature_changed_cb"/>
</object>
<packing>
- <property name="position">5</property>
+ <property name="position">6</property>
</packing>
</child>
</object>