openhoangnc / taskbar-stats

Display live system stats on Windows's taskbar
https://openhoangnc.github.io/taskbar-stats/
Other
471 stars 40 forks source link

Adjust font size on resolution/DPI change #28

Open xyrolaith opened 3 years ago

xyrolaith commented 3 years ago

Related to issue #13

My main monitor has UHD resolution but I often connect via Remote Desktop from a system which only uses FHD. This leads to an incorrect font size when the display resolution/DPI is changed. A quick workaround is disabling & enabling the toolbar(s) but it would be better if this can be automated. Probably by reacting to WM_DISPLAYCHANGE or whatever is appropriate.