Skip to content

The Application Needs To Be DPI Aware #235

@07c0ff3a590b

Description

@07c0ff3a590b

Using the program on 125% DPI scaling makes it look blurry, like this:
image

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>

After I've patched it, the application seems to look okay:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions