diff --git a/src/glade/editfamily.glade b/src/glade/editfamily.glade index 4e3bb1e80..98e8ad9fe 100644 --- a/src/glade/editfamily.glade +++ b/src/glade/editfamily.glade @@ -9,7 +9,6 @@ True - vertical True @@ -17,7 +16,6 @@ True 6 - vertical 12 @@ -222,7 +220,6 @@ True - vertical True @@ -236,7 +233,6 @@ True - vertical end @@ -516,6 +512,7 @@ True True + A unique ID for the family 6 @@ -548,6 +545,7 @@ True + The relationship type, eg 'Married' or 'Unmarried'. Use Events for more details. 3 @@ -587,6 +585,7 @@ True True True + Edit the tag list diff --git a/src/gui/editors/editfamily.py b/src/gui/editors/editfamily.py index 643a2ba56..639b670b9 100644 --- a/src/gui/editors/editfamily.py +++ b/src/gui/editors/editfamily.py @@ -181,6 +181,7 @@ class ChildEmbedList(EmbeddedList): column.set_min_width(50) column.set_resizable(True) + column.set_expand(True) column.set_sort_column_id(self._column_names[pair[1]][1]) self.columns.append(column) self.tree.append_column(column)