--- a/Snapshot/SnapshotTimer.py Sat Oct 19 12:28:12 2013 +0200 +++ b/Snapshot/SnapshotTimer.py Sat Oct 19 13:03:39 2013 +0200 @@ -114,7 +114,7 @@ screenGeom = QApplication.desktop().screenGeometry() if self.x() == screenGeom.left(): self.move( - screenGeom.x() + + screenGeom.x() + (screenGeom.width() // 2 - self.size().width() // 2), screenGeom.top()) else: