From 818e63cac5d3fb581b613f0f4ba11f18e4b9d261 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 4 Jul 2003 22:16:32 +0000 Subject: [PATCH] 2003-07-04 Tim Waugh * src/plugins/Ancestors.py: Really fixed text style for '(no photo)'. svn: r1819 --- ChangeLog | 3 +++ src/plugins/Ancestors.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 87c60f35d..f712233eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2003-07-04 Tim Waugh + * src/plugins/Ancestors.py: Really fixed text style for '(no photo)'. + 2003-07-02 Don Allingham * src/plugins/ReadGedcocm.py: Fix callback parameters * src/AddSpouse.py: handle adding of new person callback correctly diff --git a/src/plugins/Ancestors.py b/src/plugins/Ancestors.py index 4a241ae41..19eeb96c2 100644 --- a/src/plugins/Ancestors.py +++ b/src/plugins/Ancestors.py @@ -83,7 +83,7 @@ class AncestorsReport (Report.Report): doc.add_cell_style ("PaddedCell", cell) cell = TextDoc.TableCellStyle () - cell.set_padding (1) # each side makes 2cm, the size of the photo + cell.set_padding (0.1) cell.set_left_border (1) cell.set_top_border (1) cell.set_right_border (1)