[pitivi: 5/18] ui.timeline.py: don't expand timeline infostub



commit a661bc89311d778b32ea0065f4e4a7dde2af2e6e
Author: Brandon Lewis <brandon_lewis alum berkeley edu>
Date:   Fri Dec 4 15:22:32 2009 -0800

    ui.timeline.py: don't expand timeline infostub

 pitivi/ui/timeline.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/timeline.py b/pitivi/ui/timeline.py
index 4837a40..7b2aece 100644
--- a/pitivi/ui/timeline.py
+++ b/pitivi/ui/timeline.py
@@ -245,7 +245,7 @@ class Timeline(gtk.Table, Loggable, Zoomable):
 
         # error infostub
         self.infostub = InfoStub()
-        self.attach(self.infostub, 1, 2, 2, 3)
+        self.attach(self.infostub, 1, 2, 2, 3, yoptions=0)
         self.infostub.hide()
 
         # drag and drop



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