diff options
author | jstebbins <[email protected]> | 2009-06-05 18:55:31 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-06-05 18:55:31 +0000 |
commit | 3131afeeb93676cf30e7272c9202134147ba172e (patch) | |
tree | 89844303238a01f4796b2d26be59d4e23de6e9e6 /gtk/src/main.c | |
parent | 2bed26b1894b9a01c67c8ad0279bdd94d73b704b (diff) |
LinGui: when preview window is really small, the hud can be wider than
the image. center the image when this is the case.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2490 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/main.c')
-rw-r--r-- | gtk/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/main.c b/gtk/src/main.c index c6e335de3..e60ffbc39 100644 --- a/gtk/src/main.c +++ b/gtk/src/main.c @@ -691,7 +691,7 @@ main (int argc, char *argv[]) GtkWidget *draw, *hud, *blender, *align; align = GHB_WIDGET(ud->builder, "preview_window_alignment"); - draw = GHB_WIDGET(ud->builder, "preview_image"); + draw = GHB_WIDGET(ud->builder, "preview_image_align"); hud = GHB_WIDGET(ud->builder, "preview_hud"); // Set up compositing for hud |