fafalone / MemListMgr

Memory List Manager
MIT License
7 stars 1 forks source link

Feature Request: Add an option for DPI awareness to allow for high DPI 4K screens #1

Open yereverluvinunclebert opened 1 week ago

yereverluvinunclebert commented 1 week ago

If you can add an option for DPI awareness to allow for high DPI 4K screens then that would be appreciated. Windows size auto-scaling provides a blurring to the fonts when enabled, a high DPI toggle option would give users a choice. For some this is important.

fafalone commented 1 week ago

No code change is needed to support this. I just checked and it's already rendering as good as it gets.

You can accomplish this yourself in two ways; first, compile with it enabled by opening the Settings and near the bottom there's "Project: Force Dpi Awareness at Startup". Change that to SYSTEM_DPI_AWARE.

The second is to right click the executable in Explorer, click Properties, go to the compatibility tab, 'Change high DPI settings', then in the 'High dpi scaling override' box, check the box and select 'Application' from the dropdown (if it's not the default, it usually is).

I think the 'blur' looks so much better... can't stand the razor-thin fonts I get with dpi-aware on, and haven't found a good solution to that. 🤷