Slab
Slab copied to clipboard
Layout doesn't have a 'control border' option
The layout works really well but there is no way to say that controls within the layout should be spaced out with a border.
If there was a {border=3} flag (for example) then the layout would space controls 3 units apart and not right next to each other. My work around is to use Newline() to get some distance between buttons. I can also use absolute x/y as well (I guess) but a border flag would be handy.
Hi @togfoxy , can you send a minimal main.lua of the use case you have so I can easily test and add the Border
flag?
also correct me if im mistaken but border
is a line draw around each column right?
i think what you want for spacing around is padding