From 7a31069cc7c417c77db66b42865ef98d1177dff9 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Mon, 25 Oct 2010 19:08:32 +0000 Subject: [PATCH] GUI cleanup for family editor svn: r16049 --- src/glade/editfamily.glade | 7 +++---- src/gui/editors/editfamily.py | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) 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)