I have a scrolling frame with a UIGridLayout in it. This is what it looks like when the cell size is {0.455, 0, 0, 100} on every device.
This is what it looks like when the cell size is {0.455, 0, 0.418, 0}.
I have no idea why it’s adding that padding on the top. In studio, the size is perfectly fine and it has no padding until I change resolution to a small device. I first thought it was because the images were getting smaller so the contentsize of the grid was changing, but it stays the exact same. The only solution to this is to set the contentsize to 100/parent.AbsoluteSize.X which removes the top padding but is no different than not using scale at all because then everything is 100px