Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Application Needs To Be DPI Aware #235

Open
07c0ff3a590b opened this issue Nov 27, 2019 · 0 comments
Open

The Application Needs To Be DPI Aware #235

07c0ff3a590b opened this issue Nov 27, 2019 · 0 comments

Comments

@07c0ff3a590b
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant