-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Feature request: High DPI compatibility #21
Comments
Not sure if it's possible because the WinForms library has bad scaling support. But I will try to implement it. |
Fixed: - Plugin manager: Resizable columns - EscToExit option is working in fullscreen mode - Wrong restoring behavior of maximized window Changes: - Better support for Windows display scaling (#21)
This issue seems to be fixed. Can you install the latest version of the app and check it? P.S. |
Thank you for this info. I will try to check everything again. |
The icons and fonts are too small on a high DPI screen. This post suggests the reason might be the program somehow thinks it's high DPI aware. By overriding the high DPI scaling behavior, I get normal-sized icons and fonts, but they become blurry as shown in the screenshot below (click the picture to open it in a new tab to see the difference).
I think it would be nice to make the app compatible with high DPI display.
The text was updated successfully, but these errors were encountered: