How can I scale thing in gridLayout

Hello! Im trying to scale those imageLabel but somehow the scale won’t work when I put gridLayout. Here is all properties




GridLayout properties

frame that cover all image layout

im also trying to put aspectRatio but nothing change

Thank for helping

ithink cell size change the value that after 0 like this 0.50 ,0,50

1 Like


it scale now but there is gaps between each other

Well of course it will have “gaps”, your new CellSize property is not equivalent to the previous Offset you had. Simply edit the padding (making sure you use scale) again to your liking.

How can I convert offset to scale? is there any math equation?