UI/AuthenticationDialog.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3039
8dd0165d805d
child 3145
a9de05d4a22f
diff -r 0a02c433f52d -r 5883ce99ee12 UI/AuthenticationDialog.py
--- a/UI/AuthenticationDialog.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/UI/AuthenticationDialog.py	Sun Nov 03 15:58:22 2013 +0100
@@ -40,7 +40,7 @@
         self.iconLabel.setText("")
         self.iconLabel.setPixmap(
             self.style().standardIcon(QStyle.SP_MessageBoxQuestion).pixmap(
-            32, 32))
+                32, 32))
     
     def setData(self, username, password):
         """

eric ide

mercurial