[pitivi] ui.timeline.py: add a little spacing between canvas and adjacent controls
- From: Edward Hervey <edwardrv src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pitivi] ui.timeline.py: add a little spacing between canvas and adjacent controls
- Date: Wed, 30 Sep 2009 09:23:52 +0000 (UTC)
commit 5ef5ec4beab56d2cf87fd7bc0c3f487cadded70f
Author: Brandon Lewis <brandon_lewis berkeley edu>
Date: Thu Sep 24 12:02:34 2009 -0700
ui.timeline.py: add a little spacing between canvas and adjacent controls
pitivi/ui/timeline.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/ui/timeline.py b/pitivi/ui/timeline.py
index 63c3254..0167efb 100644
--- a/pitivi/ui/timeline.py
+++ b/pitivi/ui/timeline.py
@@ -142,6 +142,8 @@ class Timeline(gtk.Table, Loggable, Zoomable):
def _createUI(self):
self.leftSizeGroup = gtk.SizeGroup(gtk.SIZE_GROUP_HORIZONTAL)
+ self.props.row_spacing = 2
+ self.props.column_spacing = 2
self.hadj = gtk.Adjustment()
self.vadj = gtk.Adjustment()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]