Minor cleaup for 0.3.0 release

svn: r161
This commit is contained in:
Don Allingham
2001-06-17 18:56:22 +00:00
parent 269251dc4a
commit f0924d1a60
5 changed files with 8 additions and 11 deletions

View File

@@ -178,7 +178,7 @@ class AncestorReport:
width = 0
self.filter(self.start,1)
self.height = self.lines*pt2cm(1.2*self.font.get_size())
self.height = self.lines*pt2cm(1.25*self.font.get_size())
self.box_width = pt2cm(self.box_width+20)
start = self.doc.get_right_margin()