You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most common contributor to this is the Windows built in DPI settings that scales UI for larger resolutions.
You can fix this one of two ways, by setting the UI scaling in Windows to 100% or overriding the scaling on UQM itself.
For overriding on UQM itself:
Right click on the EXE -> click Properties -> click over to the Compatibility tab -> click Change high DPI settings -> click Override high DPI scaling behavior -> set Scaling performed by: to Application
It should look like this:
The text was updated successfully, but these errors were encountered:
The most common contributor to this is the Windows built in DPI settings that scales UI for larger resolutions.
You can fix this one of two ways, by setting the UI scaling in Windows to 100% or overriding the scaling on UQM itself.
For overriding on UQM itself:
Right click on the EXE -> click
Properties
-> click over to theCompatibility
tab -> clickChange high DPI settings
-> clickOverride high DPI scaling behavior
-> setScaling performed by:
toApplication
It should look like this:
The text was updated successfully, but these errors were encountered: