--- a/Snapshot/SnapshotPreview.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Snapshot/SnapshotPreview.py Fri Oct 18 23:00:41 2013 +0200 @@ -42,7 +42,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)