left-align "Tasks" header

This commit is contained in:
Josh Holtrop 2011-03-19 20:14:24 -04:00
parent bfa7640e67
commit 502de1354c

View File

@ -157,6 +157,7 @@ class Window:
if self.currProject > 0:
l = gtk.Label()
l.set_markup('<b>Tasks</b>')
l.set_alignment(0.0, 0.0)
self.projects_table.attach(l, 0, 1, row, row + 1)
row += 1
for tnum in self.tasks: