pyfa-org / Pyfa

Python fitting assistant, cross-platform fitting tool for EVE Online
GNU General Public License v3.0
1.61k stars 408 forks source link

Add High DPI Support for Windows #2292

Open rcmurphy opened 3 years ago

rcmurphy commented 3 years ago

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

DarkFenX commented 3 years ago

Last time i checked: https://github.com/pyfa-org/Pyfa/issues/1225#issuecomment-620053190 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