E5Gui/E5PassivePopup.py

branch
screenshot
changeset 6915
57f7afc788e4
parent 6911
8f4a050c6895
--- a/E5Gui/E5PassivePopup.py	Mon Apr 01 19:34:58 2019 +0200
+++ b/E5Gui/E5PassivePopup.py	Tue Apr 02 19:49:00 2019 +0200
@@ -15,6 +15,7 @@
 
 from Globals import qVersionTuple
 
+
 class E5PassivePopup(QFrame):
     """
     Class implementing dialog-like popup that displays messages without
@@ -192,7 +193,7 @@
         
         if qVersionTuple() >= (5, 10, 0):
             r = QApplication.screenAt(QPoint(x + w // 2, y + h // 2))\
-            .geometry()
+                .geometry()
         else:
             r = QApplication.desktop().screenGeometry(
                 QPoint(x + w // 2, y + h // 2))

eric ide

mercurial