[pitivi] viewer: fix alignment



commit 2527bed07b03d9cf59323cb8bb21b9753edcb38e
Author: Lubosz Sarnecki <lubosz gmail com>
Date:   Wed Oct 29 11:35:23 2014 +0100

    viewer: fix alignment

 pitivi/viewer.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/viewer.py b/pitivi/viewer.py
index 871e489..2885553 100644
--- a/pitivi/viewer.py
+++ b/pitivi/viewer.py
@@ -811,7 +811,7 @@ class ViewerWidget(Gtk.AspectFrame, Loggable):
     def __init__(self, settings=None, realizedCb=None):
         # Prevent black frames and flickering while resizing or changing focus:
         # The aspect ratio gets overridden by setDisplayAspectRatio.
-        Gtk.AspectFrame.__init__(self, xalign=0.5, yalign=1.0,
+        Gtk.AspectFrame.__init__(self, xalign=0.5, yalign=0.5,
                                  ratio=4.0 / 3.0, obey_child=False)
         Loggable.__init__(self)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]