--- a/Snapshot/SnapshotTimer.py Sat Oct 19 16:51:12 2013 +0200 +++ b/Snapshot/SnapshotTimer.py Sat Oct 19 17:42:18 2013 +0200 @@ -115,7 +115,7 @@ if self.x() == screenGeom.left(): self.move( screenGeom.x() + - (screenGeom.width() // 2 - self.size().width() // 2), + (screenGeom.width() // 2 - self.size().width() // 2), screenGeom.top()) else: self.move(screenGeom.topLeft())