Textlabel on the right stays in position when the other one at the left moves

Hello, I have 2 textlabels on my UI and there is an image label in both of them and a UIAspectRatioConstraint. I did not use offset on their scaling and position, the images are same size, the textlabels are same size but when I stretch the screen, The textlabel on left moves when the other one stays in position. I want both of them to stay in position, How do I fix this?

I fixed it, I set both of textlabels AnchorPoints (0.5,0.5) and it is positioned properly this time.

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