whitespace

This commit is contained in:
Josh Holtrop 2011-03-19 18:09:21 -04:00
parent 6dea3bf1e8
commit ed6aeb02a2

View File

@ -159,14 +159,14 @@ class Window:
self.projects_table.attach(l, i + 1, i + 2, row, row + 1)
self.task_hour_labels[tnum][i] = l
row += 1
# Totals row
l = gtk.Label()
l.set_markup('<b>Total</b>')
l.set_alignment(0.0, 0.0)
self.projects_table.attach(l, 0, 1, row, row + 1)
row += 1
# Add task row
self.new_task_combobox = gtk.combo_box_entry_new_text()
self.new_task_combobox.set_size_request(250, -1)