kozec / syncthing-gtk

GTK3 & python based GUI for Syncthing
GNU General Public License v2.0
1.29k stars 140 forks source link

Tray icon blur in high DPI screen (Windows 10) #419

Closed remifan closed 6 years ago

remifan commented 6 years ago

Blur UI in high DPI windows. Override high DPI scaling behavior make it look better, but the tray icon is still a blur. image

kozec commented 6 years ago

Sadly, tray is rendered in 32x32 or 16x16px no matter what image you give it, so this is most likely unfixable.