controls/DebugVariablePanel/DebugVariableGraphicViewer.py
changeset 1777 c46ec818bdd7
parent 1768 691083b5682a
child 1780 c52d1460cea8
--- a/controls/DebugVariablePanel/DebugVariableGraphicViewer.py	Sat Aug 19 16:45:37 2017 +0300
+++ b/controls/DebugVariablePanel/DebugVariableGraphicViewer.py	Sat Aug 19 17:04:31 2017 +0300
@@ -1089,7 +1089,7 @@
         canvas_ratio = 1. / height  # Divide by canvas height in pixel
         graph_ratio = 1. / (
             (1.0 - (CANVAS_BORDER[0] + CANVAS_BORDER[1]) * canvas_ratio)
-             * height)             # Divide by figure height in pixel
+            * height)             # Divide by figure height in pixel
 
         # Update position of figure (keeping up and bottom border the same
         # size)