Skip to content
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

Add High DPI Support for Windows #2292

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

rcmurphy
Copy link

This makes Pyfa much more readable on 4K displays, and shouldn't cause any issues on non-windows machines.

@DarkFenX
Copy link
Member

Last time i checked:
#1225 (comment)
It took much more work than just setting DPI awareness flag. It just disables scaling of window render by GPU, which leads to window contents being too small for hi-dpi screens, and various disproportions, since some elements are scaled using one type of point, others scaled another way.

Either way, tomorrow I will take a look at how it looks on my 3840x2160 display on windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants