whitespace
This commit is contained in:
parent
6dea3bf1e8
commit
ed6aeb02a2
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user