[pitivi: 2/5] Align the viewer AspectFrame widget vertically to the bottom



commit 31c77d58b4ca638ef21ee51f1ae61d541e94b27c
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date:   Sun Sep 11 11:45:27 2011 -0400

    Align the viewer AspectFrame widget vertically to the bottom
    
    This keeps it near the playback controls

 pitivi/ui/viewer.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/viewer.py b/pitivi/ui/viewer.py
index 397659a..c912695 100644
--- a/pitivi/ui/viewer.py
+++ b/pitivi/ui/viewer.py
@@ -270,7 +270,7 @@ class PitiviViewer(gtk.VBox, Loggable):
     def _createUi(self):
         """ Creates the Viewer GUI """
         # drawing area
-        self.aframe = gtk.AspectFrame(xalign=0.5, yalign=0.5, ratio=4.0 / 3.0,
+        self.aframe = gtk.AspectFrame(xalign=0.5, yalign=1.0, ratio=4.0 / 3.0,
                                       obey_child=False)
 
         self.internal = ViewerWidget(self.app.settings)



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