Arrow was expanding

svn: r10606
This commit is contained in:
Doug Blank 2008-04-20 13:46:06 +00:00
parent e336e5ce22
commit b1d1804006

View File

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