diff --git a/Window.py b/Window.py index 5ef4508..208ea5c 100644 --- a/Window.py +++ b/Window.py @@ -157,6 +157,7 @@ class Window: if self.currProject > 0: l = gtk.Label() l.set_markup('Tasks') + l.set_alignment(0.0, 0.0) self.projects_table.attach(l, 0, 1, row, row + 1) row += 1 for tnum in self.tasks: