Add padding without auto-layout

Sometimes it would be useful to have padding on any frame/group without the need to use the auto-layout

1 Like

If you add a frame inside another frame, and constrain the inner frame to left and right and top and bottom, you technically have your paddings.

1 Like

True, I just want to stop creating frames over frames each time I want to position something correctly :smiley:
In complex components, it’s quite difficult to navigate through all this frames.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.