Notifications
Clear all

[Closed] imgTag vs UI scaling

Hey guys!
I’m trying to use imgTag in my rollout interface, the problem is that my client uses 125% interface scaling on his side, imgTag image becomes roughly resized and looks UGLY.
Is there any way to force imgTag bitmap to stick with 1:1 scaling?

2 Replies

What about this:

<ImgTag>.applyUIScaling bool
Specifies whether to apply scaling on high-DPI displays.

Or check if the scaling is used and resize the imgtag(applied bitmap) accordingly.

Hooray!
It even works like this:
imgTag logoTag bitmap:logobm align:#center offset:[0, -5] applyUIScaling:false

Thank you, Buddy.