UI List Layout acting weird on mobile

Hello Devs,
I made this Frame with a ScrollingFrame inside it. This scrolling frame has a UI List Layout and i put a basic frame in it.
This is how it looks on PC:
ui2
And this is how it looks on mobile:


As you can see the button just stretches out. Pls help!

Make the frame size to scale not offset

1 Like

yeah how @Humaidi_0 said you have to make the gui size in the properties to scale not offset, to do that u have to set all the numbers to 0 and scale it again

1 Like

Sorry for the late reply,
I already did set the offset to 0
okkkk
And I wanted to mention that i fixed the problem by using an ui grid layout instead of a list layout. Sorry for replying so late.

1 Like