I’ve been trying to create a customized UI using scene2d library in libGDX. However I am having troubles as I’m trying to set a custom indent spacing on my Tree object.
I have tried to search for the answer but haven’t actually found any discussions about this on the internet.
This is the current situation which I am having.
This is how I would prefer it to look like.
All I want is that I could be able to change the size of the margin which is caused by nodes being on different levels. How can I achieve this?

