2006-07-21 Don Allingham <don@gramps-project.org>

* src/DataViews/_RelationView.py: provide number for children/siblings
	* src/GrampsWidgets.py: fix spacing on link box



svn: r7054
This commit is contained in:
Don Allingham
2006-07-22 04:12:09 +00:00
parent 951d1b094f
commit bf1d752f01
3 changed files with 22 additions and 7 deletions

View File

@@ -59,7 +59,7 @@ class LinkLabel(gtk.EventBox):
self.label.set_alignment(0, 0.5)
hbox = gtk.HBox()
hbox.pack_start(self.label, False, False, 4)
hbox.pack_start(self.label, False, False, 0)
if label[1]:
hbox.pack_start(GenderLabel(label[1]), False, False, 4)
self.add(hbox)