-
Notifications
You must be signed in to change notification settings - Fork 70
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
Scaling for High DPI #23
Comments
.. I think it may have something to do with it being 32 bit |
Do you mean scaling for HiDPI screens? |
actually, maybe it's just my screen... |
Never mind it is definitely the app |
No, my screen is only 1920 x 1080 pixels and there is a huge difference between the windows context menu and the app context menu. |
@42Mockingjay That's "just" the new Windows 11 thing. |
So it is the OS and not the app? |
Programatically opening the context menu on Windows is a huge pain. If you look into the I'm going to see if I can do something like this for the modern Windows 11 context menu and show the appropriate one depending on the current OS version. However, I will move that part to a separate issue, and address that in the next major update (v2.0.0) I'm also reopening this issue as the scaling issue, since NoFences should work on all scaling factors. |
@Twometer At this point, wouldn't it be better to write own context menu that would also be designed to fit the set style of fences? But yes, that's already different issue. |
@GordnCZ Yes that would indeed be better, as it would also remove the need for having Rightclick and Shift+Rightclick to access two different context menus, but then we'd have to build the menu from scratch, which can be difficult due to some apps like Notepad++ registering custom items. However, I think we should continue discussing context menus in #29, as the scaling issue is already being worked on in #32 :) |
No description provided.
The text was updated successfully, but these errors were encountered: