Snapshot/SnapshotTimer.py

changeset 3034
7ce719013078
parent 3030
4a0a82ddd9d2
child 3039
8dd0165d805d
--- 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:

eric ide

mercurial