Hello there!
I am currently developing my own game and when playing around with the buttons of my widgets i noticed that if i hide a button, the other button won’t take the remaining space, but rather stand where they used to.
How would i change that?
You probably want it Collapsed instead of Invisible. Collapsed button do not take up any space.
You find that in the button visibility
settings.
1 Like
Thank you that was it!
1 Like
Awesome!
Remember to mark it resolved
Thank you! Exactly what I’m looking for