We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks blurry on Windows 10 20H2.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
It looks blurry on Windows 10 20H2.
The text was updated successfully, but these errors were encountered: