xenolightning / AudioSwitcher_v1

Version 1 of Audio Switcher
Microsoft Public License
892 stars 90 forks source link

High DPI #2184

Open Urbs3w opened 5 years ago

Urbs3w commented 5 years ago

Hello,

I noticed something minor: some elements are cut off under the About and Settings tabs in the Preferences window apparently due to my high DPI setting: image

image

My resolution and DPI settings are 1280x1024, 125% DPI/120 pixels per inch: image

image

Again, this is of course just a minor thing. Audio Switcher is totally awesome overall.

Thank you for such a great app!


xenolightning commented 5 years ago

Thanks for the detailed issue report! It's superb!

There is known issues with the GUI technology (Windows Forms) and High DPI settings.

Most of the UI positioning is done by pixels, so items are aligned by a pixel position top/left/bottom/right. This causes things to go out of whack when the say font size is larger.

I'm quietly surprised it's not broken more than what it is!

I'll see if there's anything I can do to improve it, fairly low priority, but there might be an easy fix.

Stuw commented 3 years ago

I've prepared a patch for this issue: #2193