IconEditor/IconEditorGrid.py

changeset 3539
0c2dc1446ebf
parent 3484
645c12de6b0c
child 3591
2f2a4a76dd22
--- a/IconEditor/IconEditorGrid.py	Sat Apr 26 10:06:49 2014 +0200
+++ b/IconEditor/IconEditorGrid.py	Sat Apr 26 10:36:09 2014 +0200
@@ -422,7 +422,7 @@
             j = 0
             while j <= self.__image.height():
                 painter.drawLine(
-                    0,  self.__zoom * j,
+                    0, self.__zoom * j,
                     self.__zoom * self.__image.width(), self.__zoom * j)
                 j += 1
         

eric ide

mercurial