Photo size now in centimeters

svn: r117
This commit is contained in:
Don Allingham 2001-06-12 17:04:43 +00:00
parent 8b1c368513
commit a5b5293484

View File

@ -221,7 +221,7 @@ class IndivSummary:
if len(photo_list) > 0:
file = photo_list[0].getPath()
self.d.start_paragraph("Normal")
self.d.add_photo(file,300,300)
self.d.add_photo(file,4.0,4.0)
self.d.end_paragraph()
self.d.start_table("one","IndTable")