* src/PageView.py, src/DataViews/_MediaView.py: Let all list views have the same border width

svn: r6918
This commit is contained in:
Martin Hawlisch
2006-06-19 21:01:57 +00:00
parent 5b1cb3b3d2
commit a2f2391b3a
3 changed files with 5 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ class MediaView(PageView.ListView):
def build_widget(self):
base = PageView.ListView.build_widget(self)
vbox = gtk.VBox()
vbox.set_border_width(4)
vbox.set_border_width(0)
vbox.set_spacing(4)
self.image = gtk.Image()