vis-ui icon indicating copy to clipboard operation
vis-ui copied to clipboard

VisTree Spacing Issue

Open Crigges opened this issue 5 years ago • 1 comments
trafficstars

This image shows the problem: grafik

The window on the left side shows the result I am getting. While the right side is the result of the Web demo. The spacing between the "expand triangle" and the label is missing.

I simply took the TestTree.java Window and added it to a Stage with a ScreenViewport.

It happens with both the VisLabels and the "normal" Labels.

My libgdx version is 1.9.10 My vis-ui version is 1.4.5-SNAPSHOT I've just tested this on the Windows 64bit platform.

Crigges avatar Dec 03 '19 07:12 Crigges

Web demo is using pretty old version so there are differences.

There is setIconSpacing method for Tree but it doesn't seem to have any effect when added.

kotcrab avatar Dec 03 '19 18:12 kotcrab