SamDel / ChromeCast-Desktop-Audio-Streamer

Stream the sound of your desktop to your Chromecast Audio device
MIT License
411 stars 30 forks source link

GUI: Texts appear blurry #118

Closed ablazhov closed 2 years ago

ablazhov commented 2 years ago

All text strings appear blurry under high DPI settings. System tray menu is affected too. To make texts look clear I must play with the compatibility settings -> DPI settings and try to find acceptable setting.

Windows 10 1809 2560x1440 DPI: 125% ClearType enabled

Might be a matter of DotNet settings: https://stackoverflow.com/questions/44494084/blurry-odd-text-in-winforms-cleartype-scaling-issue https://stackoverflow.com/questions/4075802/creating-a-dpi-aware-application https://docs.microsoft.com/en-US/windows/win32/hidpi/high-dpi-desktop-application-development-on-windows

SamDel commented 2 years ago

I got used to it I think. In Setup 3.8.1.zip I implemented the 'SetProcessDPIAware();' fix mentioned here.

How's 3.8.1 for you?

For me it looks like:

image

ablazhov commented 2 years ago

Looks clear and crispy now! Thanks!

SamDel commented 2 years ago

Nice, thank you!