# HG changeset patch # User Surkov Sergey # Date 1515771362 -10800 # Node ID b9318fc8f0339733a16ada868a6fa694fa8812f7 # Parent cded8d8a0485698e0e5c9ac60ca5691a4c79991a enlarge canvas border for debug variable graphic viewer diff -r cded8d8a0485 -r b9318fc8f033 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