2008-02-28 Douglas S. Blank <dblank@cs.brynmawr.edu>

* src/plugins/DefaultGramplets.py: 
	made detached_width, height larger for the pedigree gramplet



svn: r10136
This commit is contained in:
Doug Blank 2008-02-28 12:29:28 +00:00
parent e1cae1a3bc
commit 62f694be30
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-02-28 Douglas S. Blank <dblank@cs.brynmawr.edu>
* src/plugins/DefaultGramplets.py:
made detached_width, height larger for the pedigree gramplet
2008-02-28 Benny Malengier <benny.malengier@gramps-project.org>
* src/plugins/DefaultGramplets.py: improve (??) Pedigree Gramplet
* src/DataViews/GrampletView.py: add a no-wrap method

View File

@ -989,4 +989,6 @@ register(type="gramplet",
height=300,
content = PedigreeGramplet,
title=_("Pedigree"),
detached_width = 600,
detached_height = 400,
)