andyvorld / LGSTrayBattery

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

Update BatteryIconDrawing.cs #105

Closed tr4npt closed 7 months ago

tr4npt commented 7 months ago

fix numeric icon text quality issue

The problem is that the bitmap created is too large (256x256), so when Windows scales it down to fit on the taskbar, all of the blank/black space takes priority over the text due to the sampling algorithm

andyvorld commented 7 months ago

Thanks for your help, but I am closing this PR in favor of #106.