enlarge canvas border for debug variable graphic viewer
authorSurkov Sergey <surkovsv93@gmail.com>
Fri, 12 Jan 2018 18:36:02 +0300
changeset 1964 b9318fc8f033
parent 1963 cded8d8a0485
child 1965 f77bc4fdc73c
enlarge canvas border for debug variable graphic viewer
controls/DebugVariablePanel/DebugVariableGraphicViewer.py
--- a/controls/DebugVariablePanel/DebugVariableGraphicViewer.py	Fri Jan 12 18:33:54 2018 +0300
+++ b/controls/DebugVariablePanel/DebugVariableGraphicViewer.py	Fri Jan 12 18:36:02 2018 +0300
@@ -52,7 +52,7 @@
 # Canvas height
 [SIZE_MINI, SIZE_MIDDLE, SIZE_MAXI] = [0, 100, 200]
 
-CANVAS_BORDER = (20., 10.)  # Border height on at bottom and top of graph
+CANVAS_BORDER = (30., 20.)  # Border height on at bottom and top of graph
 CANVAS_PADDING = 8.5        # Border inside graph where no label is drawn
 VALUE_LABEL_HEIGHT = 17.    # Height of variable label in graph
 AXES_LABEL_HEIGHT = 12.75   # Height of variable value in graph