Widget - How do I add padding?

When you add something to a container, like a horizontal box, an appropriate slot is generated on the fly. You could adjust that slot’s settings like so:


Alternatively, you could use a WrapBox instead of the HB, it comes with extra features:

7 Likes