audio-switcher
audio-switcher copied to clipboard
Notification icon looks distorted when running at a higher DPI
Repro:
- Right-click on Desktop, choose Screen resolution
- Choose Make text and other items larger or smaller
- Under Change the size of all items, check Let me choose one scaling level for all my displays
- Change to Larger - 150%
- Log out and then back in

Looks like we probably need at least a 32x32 version of the icon that @Ianvdl made.
Actually, according to Creating a DPI-Aware Application we should be providing 4 sizes:
16x16 20x20 24x24 32x32
I'll take a look, it might be easier if I convert it to SVG and then choose the sizes afterwards.