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
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>
After I've patched it, the application seems to look okay:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
After I've patched it, the application seems to look okay:
The text was updated successfully, but these errors were encountered: