set row spacings
This commit is contained in:
parent
2a945f5bf0
commit
a93f550cab
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user