* src/plugins/DetAncestralReport.py: fix DAR-Endnotes indent

* src/plugins/DetDescendantReport.py: fix DDR-Endnotes indent

svn: r7374
This commit is contained in:
Brian Matherly
2006-10-09 03:29:34 +00:00
parent 907cdf2ec2
commit 3b6ed87d0c
3 changed files with 6 additions and 2 deletions

View File

@@ -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.'))

View File

@@ -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.'))