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:
parent
0335d7b599
commit
818e63cac5
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user