UI/NotificationWidget.py

changeset 3039
8dd0165d805d
parent 3012
d177226027e2
child 3060
5883ce99ee12
child 3160
209a07d7e401
diff -r 7fe9a53280bd -r 8dd0165d805d UI/NotificationWidget.py
--- a/UI/NotificationWidget.py	Sat Oct 19 16:51:12 2013 +0200
+++ b/UI/NotificationWidget.py	Sat Oct 19 17:42:18 2013 +0200
@@ -39,9 +39,9 @@
         self.__settingPosition = setPosition
         
         flags = Qt.Tool | \
-                Qt.FramelessWindowHint | \
-                Qt.WindowStaysOnTopHint | \
-                Qt.X11BypassWindowManagerHint
+            Qt.FramelessWindowHint | \
+            Qt.WindowStaysOnTopHint | \
+            Qt.X11BypassWindowManagerHint
         if Globals.isWindowsPlatform():
             flags |= Qt.ToolTip
         self.setWindowFlags(flags)

eric ide

mercurial