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

Will it support High DPI? #4

Open
Xiliusha opened this issue Jan 27, 2021 · 1 comment
Open

Will it support High DPI? #4

Xiliusha opened this issue Jan 27, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@Xiliusha
Copy link

image
It looks blurry on Windows 10 20H2.

@walbourn walbourn added the bug Something isn't working label Feb 1, 2021
@walbourn
Copy link
Member

Currently it does not include the DPIAware manifest elements, it's relying on back-compat behavior at the moment.

<asmv3:application>
  <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
    <ms_windowsSettings:dpiAware xmlns:ms_windowsSettings="http://schemas.microsoft.com/SMI/2005/WindowsSettings">false</ms_windowsSettings:dpiAware>
  </asmv3:windowsSettings>
</asmv3:application>
</assembly>

I'll see if adding the manifest helps, but I'll need to see if I can find a repro.

@walbourn walbourn self-assigned this Feb 16, 2022
@walbourn walbourn removed their assignment Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants