GUI cleanup for family editor

svn: r16049
This commit is contained in:
Benny Malengier
2010-10-25 19:08:32 +00:00
parent 289974a519
commit 7a31069cc7
2 changed files with 4 additions and 4 deletions

View File

@@ -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)