From 3307c1a1e9a99ebf8395fa3b0b14372a36efc7f7 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 27 Dec 2008 15:02:59 +0000 Subject: [PATCH] Tweak on minimum size svn: r11519 --- src/plugins/DescendGramplet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/DescendGramplet.py b/src/plugins/DescendGramplet.py index 50c323097..9228e6028 100644 --- a/src/plugins/DescendGramplet.py +++ b/src/plugins/DescendGramplet.py @@ -164,7 +164,7 @@ class DescendantGramplet(Gramplet): register(type="gramplet", name = "Descendant Gramplet", tname=_("Descendant Gramplet"), - height=375, + height=100, expand=True, content = DescendantGramplet, title=_("Descendants"),