E5Gui/E5PassivePopup.py

changeset 3022
57179e4cdadd
parent 2990
583beaf0b4b8
child 3034
7ce719013078
child 3058
0a02c433f52d
--- a/E5Gui/E5PassivePopup.py	Mon Oct 14 20:08:19 2013 +0200
+++ b/E5Gui/E5PassivePopup.py	Tue Oct 15 18:29:32 2013 +0200
@@ -209,5 +209,6 @@
 
 DEFAULT_POPUP_TYPE = E5PassivePopup.Boxed
 DEFAULT_POPUP_TIME = 6 * 1000
-POPUP_FLAGS = Qt.WindowFlags(Qt.Tool | Qt.X11BypassWindowManagerHint | \
+POPUP_FLAGS = Qt.WindowFlags(
+    Qt.Tool | Qt.X11BypassWindowManagerHint | \
     Qt.WindowStaysOnTopHint | Qt.FramelessWindowHint)

eric ide

mercurial