* 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

@ -1,3 +1,7 @@
2006-10-08 Brian Matherly <brian@gramps-project.org>
* src/plugins/DetAncestralReport.py: fix DAR-Endnotes indent
* src/plugins/DetDescendantReport.py: fix DDR-Endnotes indent
2006-10-08 Don Allingham <don@gramps-project.org>
* src/Editors/_EditReference.py: call cancel_and_close on window
cancel

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