From b6057c01567dd895f4e694c019a0b4cf72094cd4 Mon Sep 17 00:00:00 2001 From: Jonathan Corwin Date: Mon, 14 Jun 2010 21:59:07 +0100 Subject: [PATCH] resize thumbs --- openlp/plugins/presentations/lib/powerpointcontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/presentations/lib/powerpointcontroller.py b/openlp/plugins/presentations/lib/powerpointcontroller.py index 67870574d..80fc8f54a 100644 --- a/openlp/plugins/presentations/lib/powerpointcontroller.py +++ b/openlp/plugins/presentations/lib/powerpointcontroller.py @@ -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): """