layout
layout copied to clipboard
Added padding
This adds:
lay_set_paddingslay_set_paddings_ltrblay_get_paddingslay_get_paddings_ltrb
This acts as the opposite of margin.
Allows us to avoid creating a secondary container item with a margin to achieve the same thing and do it all in 1 item.
This mirrors my C# implementation here: https://github.com/codecat/Nimble.Layout/pull/1