DavidXanatos / wumgr

Windows update managemetn tool for windows 10
https://xanasoft.com/
GNU General Public License v3.0
1.42k stars 158 forks source link

DPIAwareness doesn't seem to work properly in v1.1 #119

Open TheRealPear opened 3 years ago

TheRealPear commented 3 years ago

I have a laptop running on Windows 10 20H2 that uses a rather high DPI settings (1920x1080 at 125% scaling).

I noticed that Release 1.1 added <add key="DpiAwareness" value="PerMonitorV2"/> to app.config, however it is missing <add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />, which should help it resize properly and not appear as blurry on screens like mine.