resize thumbs

This commit is contained in:
Jonathan Corwin 2010-06-14 21:59:07 +01:00
parent d1d7589d54
commit b6057c0156
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ class PowerpointDocument(PresentationDocument):
if self.check_thumbnails():
return
self.presentation.Export(os.path.join(self.thumbnailpath, '')
, 'png', 640, 480)
, 'png', 320, 240)
def close_presentation(self):
"""