Snapshot/SnapshotTimer.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3039
8dd0165d805d
child 3145
a9de05d4a22f
diff -r 0a02c433f52d -r 5883ce99ee12 Snapshot/SnapshotTimer.py
--- a/Snapshot/SnapshotTimer.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Snapshot/SnapshotTimer.py	Sun Nov 03 15:58:22 2013 +0100
@@ -116,8 +116,8 @@
         screenGeom = QApplication.desktop().screenGeometry()
         if self.x() == screenGeom.left():
             self.move(
-                screenGeom.x() + 
-                    (screenGeom.width() // 2 - self.size().width() // 2),
+                screenGeom.x() +
+                (screenGeom.width() // 2 - self.size().width() // 2),
                 screenGeom.top())
         else:
             self.move(screenGeom.topLeft())

eric ide

mercurial