[pitivi] Remove border and spacing in the sourcelist.



commit 5bea18d74439c8738a36af2dfbf54842e911f883
Author: Alessandro Decina <alessandro d gmail com>
Date:   Wed Aug 19 15:30:11 2009 +0200

    Remove border and spacing in the sourcelist.

 pitivi/ui/sourcelist.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/ui/sourcelist.py b/pitivi/ui/sourcelist.py
index b73b2f4..918e6a9 100644
--- a/pitivi/ui/sourcelist.py
+++ b/pitivi/ui/sourcelist.py
@@ -146,9 +146,6 @@ class SourceList(gtk.VBox, Loggable):
         self.storemodel = gtk.ListStore(gtk.gdk.Pixbuf, str, object, str, str,
             str)
 
-        self.set_border_width(5)
-        self.set_spacing(6)
-
         # Scrolled Window
         self.scrollwin = gtk.ScrolledWindow()
         self.scrollwin.set_policy(gtk.POLICY_NEVER, gtk.POLICY_AUTOMATIC)



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