Any clue why one frame is bigger than other?

I’m setting both of their width’s to the exact same number but one seems to be bigger than the other?

image

Horizontal line:
image

And the Vertical Line:
image

I have 0 clue if maybe I’m changing their size in the wrong way or something, but at runtime the width’s are the exact same number for each.

note: im changing the Y width on the vertical line and on the horizontal line im changing the x size

You’re using scale, if your screen is not a square, then they won’t be equal.
I suggest you use pixels instead if you want them to be equal

I’ll be honest, I don’t like using pixels, but I will if I have to

1 Like

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