Slab icon indicating copy to clipboard operation
Slab copied to clipboard

Layout doesn't have a 'control border' option

Open togfoxy opened this issue 3 years ago • 1 comments

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.

togfoxy avatar Mar 15 '21 03:03 togfoxy

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

flamendless avatar Aug 21 '21 05:08 flamendless