2006-11-13 Don Allingham <don@gramps-project.org>

* src/Editors/_EditFamily.py: fix FAM_WIDTH



svn: r7623
This commit is contained in:
Don Allingham
2006-11-14 01:10:17 +00:00
parent 5d67027924
commit 4376a416ba
2 changed files with 5 additions and 2 deletions

View File

@ -442,8 +442,8 @@ class EditFamily(EditPrimary):
None,_('Family Editor'))
# restore window size
width = Config.get(Config.FAM_WIDTH)
height = Config.get(Config.FAM_HEIGHT)
width = Config.get(Config.FAMILY_WIDTH)
height = Config.get(Config.FAMILY_HEIGHT)
self.window.set_default_size(width, height)
self.fbirth = self.top.get_widget('fbirth')