andyvorld / LGSTrayBattery

A tray app used to track battery levels of wireless Logitech mouse.
GNU General Public License v3.0
367 stars 30 forks source link

Icon scales wrong on windows 11 taskbar. #80

Open DipsoNOR opened 9 months ago

DipsoNOR commented 9 months ago

the icon seems to scale a bit wrong on my taskbar.

Expected look: expected Scale on windows 11 tray: win11tray

andyvorld commented 8 months ago

What is your window scaling at? As I am running mine at 125% in the example images, as I think that has something to do with it.

DipsoNOR commented 8 months ago

My display scaling is 100%

image Might be even more clear with numbers that something is scaling wrong

Riscon commented 7 months ago

I can second this. Sometimes numbers are hard to read. Like 72.

image

tr4npt commented 6 months ago

The problem is that the icon being created is 256x256 and Windows is scaling it down to fit on the taskbar. All of the blank space is getting averaged with the text pixels due to the sampling algorithm, resulting in bad text. I have a fix for this issue and submitted a pull request.