[pitivi: 6/16] Make the layers/tracks controls fill available space
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 6/16] Make the layers/tracks controls fill available space
- Date: Tue, 22 Mar 2011 10:35:31 +0000 (UTC)
commit e6699027bc928bb6af3b99a1dd8ed4c02db2aece
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date: Wed Dec 1 13:33:51 2010 -0500
Make the layers/tracks controls fill available space
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 b5ea143..daeb055 100644
--- a/pitivi/ui/timeline.py
+++ b/pitivi/ui/timeline.py
@@ -261,7 +261,7 @@ class Timeline(gtk.Table, Loggable, Zoomable):
controlwindow.add(self._controls)
controlwindow.set_size_request(-1, 1)
controlwindow.set_shadow_type(gtk.SHADOW_OUT)
- self.attach(controlwindow, 0, 1, 1, 2, xoptions=0)
+ self.attach(controlwindow, 0, 1, 1, 2, xoptions=gtk.FILL)
# timeline ruler
self.ruler = ruler.ScaleRuler(self.app, self.hadj)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]