Openpype UI scaling

Hi!
OP client has wrong UI scale on my Windows desktop. The scale is too large. See the window title, this is how the rest UI should look like. I have a 4K monitor with 3180x2160. How can I control UI scale, so that OP would look like the rest of the apps? I have a scaling set to 150% in windows settings.

Answering my own question:

To get correct UI scaling of 150% UI on Windows 10, set QT_SCALE_FACTOR_ROUNDING_POLICY to PassThrough:

set QT_SCALE_FACTOR_ROUNDING_POLICY=PassThrough
.\tools\run_tray.ps

Check for this issue:

1 Like

Thanks for suggestion, made PR General: Qt scale enhancement by iLLiCiTiT · Pull Request #5059 · ynput/OpenPype · GitHub .

1 Like

Thanks! I answered on github with this counter-suggestion :cowboy_hat_face: