tweak padding
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9191]
This commit is contained in:
parent
fc85072851
commit
7f867ec9d6
|
@ -59,7 +59,7 @@ public class TreePostScriptGenerator {
|
|||
protected double gapBetweenLevels = 10;
|
||||
protected double gapBetweenNodes = 7;
|
||||
protected int nodeWidthPadding = 1; // added to left/right
|
||||
protected int nodeHeightPaddingAbove = 2;
|
||||
protected int nodeHeightPaddingAbove = 0;
|
||||
protected int nodeHeightPaddingBelow = 5;
|
||||
|
||||
protected Tree root;
|
||||
|
|
Loading…
Reference in New Issue