diff --git a/src/plugins/Ancestors.py b/src/plugins/Ancestors.py index cd6c33226..9e3d31f18 100644 --- a/src/plugins/Ancestors.py +++ b/src/plugins/Ancestors.py @@ -70,9 +70,14 @@ class AncestorsReport (Report.Report): cell = TextDoc.TableCellStyle () cell.set_padding (1) # each side makes 2cm, the size of the photo - table.set_width (100) doc.add_cell_style ("PaddedCell", cell) + cell = TextDoc.TableCellStyle () + doc.add_cell_style ("Photo", cell) + + cell = TextDoc.TableCellStyle () + doc.add_cell_style ("Entry", cell) + if output: self.standalone = 1 self.doc.open(output)