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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user