fix ODF output put, prettify kinship html output
svn: r12657
This commit is contained in:
parent
94dba1433d
commit
aa5aa031c0
@ -79,8 +79,8 @@ _esc_map = {
|
||||
#-------------------------------------------------------------------------
|
||||
class ODFDoc(BaseDoc, TextDoc, DrawDoc):
|
||||
|
||||
def __init__(self, styles, type, template):
|
||||
BaseDoc.__init__(self, styles, type, template)
|
||||
def __init__(self, styles, type):
|
||||
BaseDoc.__init__(self, styles, type)
|
||||
self.media_list = []
|
||||
self.cntnt = None
|
||||
self.filename = None
|
||||
|
@ -378,6 +378,7 @@ class KinshipOptions(MenuReportOptions):
|
||||
font.set_size(12)
|
||||
font.set_bold(True)
|
||||
p = ParagraphStyle()
|
||||
p.set_header_level(3)
|
||||
p.set_font(font)
|
||||
p.set_top_margin(ReportUtils.pt2cm(6))
|
||||
p.set_description(_('The basic style used for sub-headings.'))
|
||||
|
Loading…
Reference in New Issue
Block a user