From b1d1804006e68f95a7605715d1a46bb3577407bd Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sun, 20 Apr 2008 13:46:06 +0000 Subject: [PATCH] Arrow was expanding svn: r10606 --- src/DataViews/RelationView.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DataViews/RelationView.py b/src/DataViews/RelationView.py index 0e560cd2a..7c895cbed 100644 --- a/src/DataViews/RelationView.py +++ b/src/DataViews/RelationView.py @@ -1249,7 +1249,7 @@ class RelationshipView(PageView.PersonNavView): arrow = GrampsWidgets.ExpandCollapseArrow(False, self.expand_collapse_press, (person, "CHILDREN")) - hbox.pack_start(arrow, True) + hbox.pack_start(arrow, False) label_cell = self.build_label_cell(_('Children')) hbox.pack_start(label_cell, True) self.attach.attach(