From 3b6ed87d0c36265c6305bc3b0aad1793226b4253 Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Mon, 9 Oct 2006 03:29:34 +0000 Subject: [PATCH] * src/plugins/DetAncestralReport.py: fix DAR-Endnotes indent * src/plugins/DetDescendantReport.py: fix DDR-Endnotes indent svn: r7374 --- ChangeLog | 4 ++++ src/plugins/DetAncestralReport.py | 2 +- src/plugins/DetDescendantReport.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 490ebfe6b..38f6e3036 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-08 Brian Matherly + * src/plugins/DetAncestralReport.py: fix DAR-Endnotes indent + * src/plugins/DetDescendantReport.py: fix DDR-Endnotes indent + 2006-10-08 Don Allingham * src/Editors/_EditReference.py: call cancel_and_close on window cancel diff --git a/src/plugins/DetAncestralReport.py b/src/plugins/DetAncestralReport.py index ddedf329b..9647087d4 100644 --- a/src/plugins/DetAncestralReport.py +++ b/src/plugins/DetAncestralReport.py @@ -787,7 +787,7 @@ class DetAncestorOptions(ReportOptions): default_style.add_style("DAR-Endnotes-Header",para) para = BaseDoc.ParagraphStyle() - para.set(first_indent=-0.5,lmargin=1.5) + para.set(first_indent=-0.8,lmargin=1.5) para.set_top_margin(0.25) para.set_bottom_margin(0.25) para.set_description(_('The basic style used for the endnotes text display.')) diff --git a/src/plugins/DetDescendantReport.py b/src/plugins/DetDescendantReport.py index 4c72eecc4..0e69e6451 100644 --- a/src/plugins/DetDescendantReport.py +++ b/src/plugins/DetDescendantReport.py @@ -817,7 +817,7 @@ class DetDescendantOptions(ReportOptions): default_style.add_style("DDR-Endnotes-Header",para) para = BaseDoc.ParagraphStyle() - para.set(first_indent=-0.5,lmargin=1.5) + para.set(first_indent=-0.8,lmargin=1.5) para.set_top_margin(0.25) para.set_bottom_margin(0.25) para.set_description(_('The basic style used for the endnotes text display.'))