diff options
author | jstebbins <[email protected]> | 2009-05-04 05:26:13 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-05-04 05:26:13 +0000 |
commit | 11317ace31dcd579f353d26849b24d2250f45abf (patch) | |
tree | 62fc29c50cd35cd01d64f4f805ffc6507395059d /gtk/src/internal_defaults.xml | |
parent | b2661d006f5b972e8599903b4909a8633ea5d5b3 (diff) |
LinGui: preview changes
- update hb_get_preview to allow upscaling and remove borders
- allow upscaling in the gui
- add user option to show visible cropping borders
- gui generates borders when needed instead of hb_get_preview, which
allows for flexible alternatives like alternate colors
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2376 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/internal_defaults.xml')
-rw-r--r-- | gtk/src/internal_defaults.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/src/internal_defaults.xml b/gtk/src/internal_defaults.xml index f2bc8d336..eb858d019 100644 --- a/gtk/src/internal_defaults.xml +++ b/gtk/src/internal_defaults.xml @@ -38,6 +38,8 @@ <integer>0</integer> <key>scale_width</key> <integer>0</integer> + <key>show_crop</key> + <false /> <key>single_title</key> <integer>1</integer> <key>start_chapter</key> |