Snapshot/SnapshotTimer.py

changeset 3039
8dd0165d805d
parent 3034
7ce719013078
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- 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())

eric ide

mercurial