From fab2537dce23ee3c04bd4802638fc9d38a213671 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Sun, 2 Apr 2017 09:41:19 -0700 Subject: [PATCH] typo --- gramps/plugins/textreport/indivcomplete.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/textreport/indivcomplete.py b/gramps/plugins/textreport/indivcomplete.py index a11a29269..367de710b 100644 --- a/gramps/plugins/textreport/indivcomplete.py +++ b/gramps/plugins/textreport/indivcomplete.py @@ -1218,7 +1218,7 @@ class IndivCompleteOptions(MenuReportOptions): default_style.add_paragraph_style("IDS-Normal", para) font = FontStyle() - font.set_size(32) # SJ "12" not "32" + font.set_size(12) font.set_italic(1) para = ParagraphStyle() para.set_font(font)