Some refactoring to get styles right

This commit is contained in:
Marco Pesenti Gritti
2007-05-01 18:26:26 +02:00
parent 152361c592
commit bc4b051af2
5 changed files with 9 additions and 10 deletions
-1
View File
@@ -29,7 +29,6 @@ class Toolbox(gtk.VBox):
gtk.VBox.__init__(self)
self._notebook = gtk.Notebook()
self._notebook.set_name('sugar-toolbox-notebook')
self._notebook.set_tab_pos(gtk.POS_BOTTOM)
self._notebook.set_show_border(False)
self.pack_start(self._notebook)