set row spacings

This commit is contained in:
Josh Holtrop 2011-02-25 15:38:34 -05:00
parent 2a945f5bf0
commit a93f550cab

View File

@ -89,6 +89,7 @@ class Window:
hbox = gtk.HBox()
hbox.pack_start(self.add_project_button, expand = False)
self.projects_table.attach(hbox, 1, 9, rows - 1, rows)
self.projects_table.set_row_spacings(3)
self.projects_container.pack_start(self.projects_table)
self.projects_present = True
self.projects_table.show_all()