diff --git a/src/plugins/view/relview.py b/src/plugins/view/relview.py index bf55908da..288e4e911 100644 --- a/src/plugins/view/relview.py +++ b/src/plugins/view/relview.py @@ -1,7 +1,7 @@ # Gramps - a GTK+/GNOME based genealogy program # # Copyright (C) 2001-2007 Donald N. Allingham -# Copyright (C) 2009 Gary Burton +# Copyright (C) 2009-2010 Gary Burton # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -568,7 +568,7 @@ class RelationshipView(NavigationView): fmt = '%s' text = fmt % cgi.escape(name) label = widgets.DualMarkupLabel(text, _GenderCode[person.gender], - x_align=1, y_align=0) + x_align=1) if self._config.get('preferences.releditbtn'): button = widgets.IconButton(self.edit_button_press, person.handle)