This really triggers my OCD.
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.
This really triggers my OCD.
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.
Are you still having this issue? There was a flag turned on earlier today that is now off which was causing rounding issues.
Yes.
…If you’re positioning them with UDim2 Scale instead of Offset, that’s pretty much what’s causing it.
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.