-
Notifications
You must be signed in to change notification settings - Fork 266
Open
Description
Using the program on 125% DPI scaling makes it look blurry, like this:

This can be easily fixed by including the following application tag inside the manifest file:
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
<ws2:dpiAwareness>PerMonitorV2</ws2:dpiAwareness>
</windowsSettings>
</application>
Metadata
Metadata
Assignees
Labels
No labels
