UIScale incorrectly scales labels

Hello
Today I noticed a new issue related to UI scaling.
When changing Screen GUI’s UIScale from 1 to 1.7, the labels inside the frame are not scaled correctly anymore:

At UI Scale = 1

At UI Scale = 1.7

I attached an example place file in the private section

Expected behavior

I expect the labels to be with a correct size (not oversized)

A private message is associated with this bug report

This is just an acknowledgment announcement!

We’ve filed a ticket into our internal database for this issue, and we will update you when we have further information!

Thanks for the report!

1 Like

Hi @mooonc0w, thanks for the bug report!

I believe this issue should be fixed now! Here is a screenshot from your repro place at Scale=1.7:

There shouldn’t be any extra Y space in each of the TextLabels.
(Sidenote: unfortunately, the text wrapping changes slightly for different UIScale values, but that is currently “as designed” behavior because the text layout engine can decide different line breakings based on pixel rounding, which can change for different UIScale.Scale values.)

If you get a chance, could you please confirm if the issue is fixed for you? Thanks!

The issue seems fixed, thank you

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