From 323d7755415961315ce265ae561dcdbf84682ac6 Mon Sep 17 00:00:00 2001 From: prculley Date: Fri, 26 Jan 2018 09:30:35 -0600 Subject: [PATCH] Fix DescendentTree report; more space beneath Title Issue #10377 --- gramps/plugins/lib/libtreebase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/lib/libtreebase.py b/gramps/plugins/lib/libtreebase.py index 66d1f8d59..cb6f573dc 100644 --- a/gramps/plugins/lib/libtreebase.py +++ b/gramps/plugins/lib/libtreebase.py @@ -669,7 +669,7 @@ class TitleBox(BoxBase): return #fix me. width should be the printable area self.width = PT2CM(self.doc.string_width(self.font, self.text)) - self.height = PT2CM(self.font.get_size() * 1.2) + self.height = PT2CM(self.font.get_size() * 2) def _get_names(self, persons, name_displayer): """ A helper function that receives a list of persons and