Ximi1970 / systray-x

SysTray-X: A system tray extension for Thunderbird. Needs both the addon AND the companion app installed to work. Will not work with TB flatpaks or snaps.
Mozilla Public License 2.0
217 stars 14 forks source link

Unread mail - Fontsize not working with custom symbol #41

Closed fdellwing closed 4 years ago

fdellwing commented 4 years ago

Ok, this is a strange one and I'm kind of sure it worked at some point.

The font size does work for all icons but a custom one. Font color is working for everyone.

fdellwing commented 4 years ago

I saw that you use the icon size for some calculations https://github.com/Ximi1970/systray-x/blob/c2262658399cd3c09b04c46996d48fa0f1abd1c9/app/SysTray-X/systrayxicon.cpp#L302-L306, is it possible that this breaks somewhat if the icon has an abitrary size? I will check on my computer tomorrow, what size the icon is.

fdellwing commented 4 years ago

I tested that and can confirm my assumption.

My icon (png) is only 32x32 and the font size has no (visible) effect. If I switch to another icon (png, 512x512) it instantly changes the visible fontsize.

Ximi1970 commented 4 years ago

Will try to find a better way to calculate the font size.

Ximi1970 commented 4 years ago

Included in 0.4.0