E5Graphics/E5GraphicsView.py

changeset 3022
57179e4cdadd
parent 2990
583beaf0b4b8
child 3035
36e9f388958b
child 3058
0a02c433f52d
diff -r 801289962f4e -r 57179e4cdadd E5Graphics/E5GraphicsView.py
--- a/E5Graphics/E5GraphicsView.py	Mon Oct 14 20:08:19 2013 +0200
+++ b/E5Graphics/E5GraphicsView.py	Tue Oct 15 18:29:32 2013 +0200
@@ -371,10 +371,10 @@
             painter.setPen(tc)
             painter.drawRect(marginX, marginY, width, height)
             painter.drawLine(marginX, marginY + height + 2,
-                       marginX + width, marginY + height + 2)
+                             marginX + width, marginY + height + 2)
             painter.setFont(font)
             painter.drawText(marginX, marginY + height + 4, width,
-                       fontHeight, Qt.AlignRight, s)
+                             fontHeight, Qt.AlignRight, s)
             if not finishX or not finishY:
                 printer.newPage()
                 page += 1

eric ide

mercurial