UIPadding not working properly with Scale

When I try to use UIPadding on GUI objects, it would only pad the top but not the bottom even though I set a padding number on the bottom padding. I have a UIGridLayout that uses Scale for CellSize and CellPadding.

1 Like

Solved by placing a frame inside the scrolling frame and putting all of the frames and elements inside.

1 Like

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