Keep 'Check now' in its own column

svn: r20893
This commit is contained in:
Doug Blank 2012-12-30 21:55:14 +00:00
parent edaba13fac
commit 4fa115870e

View File

@ -1108,7 +1108,7 @@ class GrampsPreferences(ConfigureDialog):
button = gtk.Button(_("Check now"))
button.connect("clicked", lambda obj: \
self.uistate.viewmanager.check_for_updates(force=True))
table.attach(button, 2, 3, 9, 10, yoptions=0)
table.attach(button, 3, 4, 9, 10, yoptions=0)
return _('General'), table