Imgui spacing node doesn't have inputs

the same situation with “newline”

According to the documentation, these functions usually have input values, as I understand it.

in other words, how can I make the layer widgets merge?

Can be achieved with help of child window
But I’m not sure this is the correct way

Still relevant
It’s possible to hack this, but it exists as is in imgui itself but not implemented in VL

bump

According to what documentation do they have input values? Looking at the original functions I don’t see any parameters.

We also have a help patch using the ChildWindow and SetSpacingStyle approach as you show in your last post.

1 Like

You’re right!
I was misled by something I read online.
The documentation has the same problem.

Yes, SetSpacingStyle approach works, thank you!