IconEditor/IconEditorGrid.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3020
542e97d4ecb3
child 3060
5883ce99ee12
diff -r 10516539f238 -r 0a02c433f52d IconEditor/IconEditorGrid.py
--- a/IconEditor/IconEditorGrid.py	Fri Oct 18 23:00:41 2013 +0200
+++ b/IconEditor/IconEditorGrid.py	Fri Nov 01 15:48:48 2013 +0100
@@ -891,7 +891,8 @@
         if ok:
             if img.width() > self.__image.width() or \
                     img.height() > self.__image.height():
-                res = E5MessageBox.yesNo(self,
+                res = E5MessageBox.yesNo(
+                    self,
                     self.trUtf8("Paste"),
                     self.trUtf8(
                         """<p>The clipboard image is larger than the"""
@@ -921,7 +922,8 @@
                     self.__pasteRect.topLeft(),
                     self.__pasteRect.bottomRight() + QPoint(1, 1))
         else:
-            E5MessageBox.warning(self,
+            E5MessageBox.warning(
+                self,
                 self.trUtf8("Pasting Image"),
                 self.trUtf8("""Invalid image data in clipboard."""))
     

eric ide

mercurial