-
Notifications
You must be signed in to change notification settings - Fork 28
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
Scale problem with high screen resolution (2k, 4k) #22
Comments
I'm unfortunately unable to reproduce this issue. It looks all well for me, even with a high DPI setting. Which version did you try? |
You mean that the font is blurred? Yes, I have seen that, too. I have a clue on what causes this, but currently not much of an idea on how to avoid it. This needs investigating. |
I think it's a common windows problem nowdays: https://blogs.windows.com/windowsdeveloper/2017/05/19/improving-high-dpi-experience-gdi-based-desktop-apps/ |
@pgrawehr here is how i fix it (as well as wrong scaling then app window moved to other scale monitor) in my tools:
|
That's quite a hack, by just disabling DPI scaling for the application from the operating system. There must be a setting in WinForms to fix this as well, however scaling is implemented quite sub-optimaly there. I just didn't have time to look into that so far. |
Yes, a kind of hack. I don't use WinForms/MFC, plain C instead, and this is the only way to make it work correctly (both set DPI Aware/DPI Unaware just add some other issues). BTW, topic starter case is not worst - try to open app window at low-DPI monitor then move it to high-DPI. It will be a real pain. |
I use high DPI setting in app compatibility properties.
All icons small.
And this:

It is 0% load for GPU1/GPU2/CPU.
In original version, all icons have normal size, but tray icons not.
The text was updated successfully, but these errors were encountered: