--- 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)