E5Graphics/E5GraphicsView.py

changeset 2953
703452a2876f
parent 2334
fc69ad77e18a
child 2990
583beaf0b4b8
diff -r 94fc661a54a2 -r 703452a2876f E5Graphics/E5GraphicsView.py
--- a/E5Graphics/E5GraphicsView.py	Sat Sep 28 17:40:42 2013 +0200
+++ b/E5Graphics/E5GraphicsView.py	Sat Sep 28 19:06:25 2013 +0200
@@ -128,8 +128,8 @@
         """
         Public method to resize the scene.
         
+        @param amount size increment (integer)
         @param isWidth flag indicating width is to be resized (boolean)
-        @param amount size increment (integer)
         """
         sceneRect = self.scene().sceneRect()
         width = sceneRect.width()

eric ide

mercurial