How to use ui layout with stuff inside the frame?

I want to use a ui layout to order my frames but they mess up everything inside the frame when I use it. How do I fix it?

Normal:

With Ui grid Layout:

By the looks of things and from personal assumption, looks like its just a misconfiguration of your size property (Scale, Offset) values (probably from the contents of the Template Frame (TextButton, ImageLabel, TextLabel). Are these properties inside of your template frame size set on Scale instead of Offset, or is the offset size of the frame in UIGridLayout set on Offset instead of Scale (Mainly assuming this as your frame size seems consistent and not affected by the Template Frame’s dimensions)?