UI/SplashScreen.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 3012
d177226027e2
child 3065
070b35dde35e
--- a/UI/SplashScreen.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/UI/SplashScreen.py	Fri Oct 18 23:00:41 2013 +0200
@@ -26,9 +26,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(SplashScreen, self).__init__(ericPic)
         self.show()
         QApplication.flush()

eric ide

mercurial