Is there a way to reduce this distance without the boxes overlapping? This doesn't seem to be configurable.

I'm using "Advanced Example Expand All Nodes.html" but just with these extra settings to prevent overlapping of boxes on the right hand side:
.getNodeSettings()
.setSizingMode('nodeSize')
.setVerticalSpacing(20)
.setHorizontalSpacing(50)
.setTitleBoxHeight(30)
.back()
Thanks!
Nick