UI/AuthenticationDialog.py

changeset 3039
8dd0165d805d
parent 2965
d133c7edd88a
child 3060
5883ce99ee12
child 3160
209a07d7e401
diff -r 7fe9a53280bd -r 8dd0165d805d UI/AuthenticationDialog.py
--- a/UI/AuthenticationDialog.py	Sat Oct 19 16:51:12 2013 +0200
+++ b/UI/AuthenticationDialog.py	Sat Oct 19 17:42:18 2013 +0200
@@ -38,7 +38,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