fix some coding standards
This commit is contained in:
parent
38fa0be12a
commit
c6214c51b4
1 changed files with 17 additions and 17 deletions
|
@ -358,8 +358,8 @@ class ChangeActivityDialog:
|
||||||
rbtns[act] = group = gtk.RadioButton()
|
rbtns[act] = group = gtk.RadioButton()
|
||||||
|
|
||||||
hbox = gtk.HBox(False, 5)
|
hbox = gtk.HBox(False, 5)
|
||||||
hbox.pack_start(gtkgui_helpers.load_activity_icon(category),
|
hbox.pack_start(gtkgui_helpers.load_activity_icon(category), False,
|
||||||
False, False, 0)
|
False, 0)
|
||||||
lbl = gtk.Label('<b>' + pep.ACTIVITIES[category]['category'] + '</b>')
|
lbl = gtk.Label('<b>' + pep.ACTIVITIES[category]['category'] + '</b>')
|
||||||
lbl.set_use_markup(True)
|
lbl.set_use_markup(True)
|
||||||
hbox.pack_start(lbl, False, False, 0)
|
hbox.pack_start(lbl, False, False, 0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue