UI/SplashScreen.py

changeset 3012
d177226027e2
parent 2302
f29e9405c851
child 3057
10516539f238
child 3160
209a07d7e401
--- a/UI/SplashScreen.py	Sun Oct 13 12:21:37 2013 +0200
+++ b/UI/SplashScreen.py	Sun Oct 13 14:56:56 2013 +0200
@@ -24,9 +24,10 @@
         """
         Constructor
         """
-        ericPic = QPixmap(os.path.join(getConfig('ericPixDir'), 'ericSplash.png'))
-        self.labelAlignment = \
-            Qt.Alignment(Qt.AlignBottom | Qt.AlignRight | Qt.AlignAbsolute)
+        ericPic = QPixmap(
+            os.path.join(getConfig('ericPixDir'), 'ericSplash.png'))
+        self.labelAlignment = Qt.Alignment(
+            Qt.AlignBottom | Qt.AlignRight | Qt.AlignAbsolute)
         super().__init__(ericPic)
         self.show()
         QApplication.flush()

eric ide

mercurial