2003-07-04 Tim Waugh <twaugh@redhat.com>

* src/plugins/Ancestors.py: Really fixed text style for '(no photo)'.


svn: r1819
This commit is contained in:
Tim Waugh 2003-07-04 22:16:32 +00:00
parent 0335d7b599
commit 818e63cac5
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2003-07-04 Tim Waugh <twaugh@redhat.com>
* src/plugins/Ancestors.py: Really fixed text style for '(no photo)'.
2003-07-02 Don Allingham <dallingham@users.sourceforge.net>
* src/plugins/ReadGedcocm.py: Fix callback parameters
* src/AddSpouse.py: handle adding of new person callback correctly

View File

@ -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)