forked from openlp/openlp
resize thumbs
This commit is contained in:
parent
d1d7589d54
commit
b6057c0156
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user