Snapshot/SnapshotPreview.py

changeset 2993
4933ac9daa80
parent 2302
f29e9405c851
child 3057
10516539f238
child 3160
209a07d7e401
--- a/Snapshot/SnapshotPreview.py	Mon Oct 07 19:10:11 2013 +0200
+++ b/Snapshot/SnapshotPreview.py	Mon Oct 07 19:57:08 2013 +0200
@@ -40,7 +40,8 @@
         """
         if not preview.isNull():
             pixmap = preview.scaled(
-                self.width(), self.height(), Qt.KeepAspectRatio, Qt.SmoothTransformation)
+                self.width(), self.height(),
+                Qt.KeepAspectRatio, Qt.SmoothTransformation)
         else:
             pixmap = preview
         self.setPixmap(pixmap)

eric ide

mercurial