* src/plugins/DetAncestralReport.py: fix DAR-Endnotes indent
* src/plugins/DetDescendantReport.py: fix DDR-Endnotes indent svn: r7374
This commit is contained in:
parent
c70d711930
commit
872e88bdde
@ -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
|
||||
|
@ -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.'))
|
||||
|
@ -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.'))
|
||||
|
Loading…
Reference in New Issue
Block a user