controls/DebugVariablePanel/DebugVariableGraphicViewer.py
changeset 1973 cc7a46953471
parent 1919 ccea0fa6ea91
parent 1964 b9318fc8f033
child 2432 dbc065a2f7a5
--- a/controls/DebugVariablePanel/DebugVariableGraphicViewer.py	Thu Mar 01 14:28:55 2018 +0100
+++ b/controls/DebugVariablePanel/DebugVariableGraphicViewer.py	Fri Mar 02 17:01:25 2018 +0100
@@ -48,7 +48,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