UI Scale irregularity

image

This really triggers my OCD.

image

See those lines?
The boxes’s X scale Position is .1, .2, .3, etc. All the boxes are same size.

When I resize the window, though, it disappears. It has to do with rounding with screen ratio.

2 Likes

Are you still having this issue? There was a flag turned on earlier today that is now off which was causing rounding issues.

5 Likes

Yes.

1 Like

…If you’re positioning them with UDim2 Scale instead of Offset, that’s pretty much what’s causing it.

2 Likes

Yea it would be better to use offset for precise positions. You can even use the UIGridLayout object with no padding.

Any news on this? This bug seems to still exist.