minor tweak in position
svn: r15731
This commit is contained in:
parent
be131c368d
commit
64a532d38d
@ -1065,7 +1065,7 @@ class GrampsPreferences(ConfigureDialog):
|
|||||||
obox.connect('changed', self.check_for_updates_changed)
|
obox.connect('changed', self.check_for_updates_changed)
|
||||||
lwidget = BasicLabel("%s: " % _('Check for updates'))
|
lwidget = BasicLabel("%s: " % _('Check for updates'))
|
||||||
table.attach(lwidget, 1, 2, 6, 7, yoptions=0)
|
table.attach(lwidget, 1, 2, 6, 7, yoptions=0)
|
||||||
table.attach(obox, 2, 4, 6, 7, yoptions=0)
|
table.attach(obox, 2, 3, 6, 7, yoptions=0)
|
||||||
|
|
||||||
self.whattype_box = gtk.combo_box_new_text()
|
self.whattype_box = gtk.combo_box_new_text()
|
||||||
formats = [_("Updated addons only"),
|
formats = [_("Updated addons only"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user