Helpviewer/AdBlock/AdBlockExceptionsDialog.py

changeset 2991
226481ff40d1
parent 2403
e3d7a861547c
child 3057
10516539f238
child 3160
209a07d7e401
--- a/Helpviewer/AdBlock/AdBlockExceptionsDialog.py	Sun Oct 06 19:45:29 2013 +0200
+++ b/Helpviewer/AdBlock/AdBlockExceptionsDialog.py	Sun Oct 06 19:52:33 2013 +0200
@@ -28,7 +28,8 @@
         super().__init__(parent)
         self.setupUi(self)
         
-        self.iconLabel.setPixmap(UI.PixmapCache.getPixmap("adBlockPlusGreen48.png"))
+        self.iconLabel.setPixmap(
+            UI.PixmapCache.getPixmap("adBlockPlusGreen48.png"))
         
         self.hostEdit.setInactiveText(self.trUtf8("Enter host to be added..."))
         

eric ide

mercurial