0
Not a bug

tray_icons_padding - Introducing a problem with a tray-element.

hurda 10 years ago updated by Michael (Ramen Software) 10 years ago 0
I'm a huge fan of the removal of the padding, but I've encountered on element which doesn't like it, and that is the "Advanced Controls"-extension for the music player foobar2000; http://www.foobar2000.org/components/view/foo_adva...

It's adding playback-control-buttons to the tray, but when the padding is removed, the hover over the "buttons" isn't working properly.

So, would it be possible to set certain tray-elements on a blacklist so their padding won't be removed, or can the padding only be removed on a all-or-none-basis?

Answer

Answer
Not a bug
No, it's not possible to blacklist elements, the change is global.
That's not a bug of the tweaker. The extension probably assumes that it's tray icon is of a particular size, so it behaves differently now that it's smaller.

You might want to contact the developers of this extension, if it's still maintained. This should be an easy fix, as getting the padding is easy and is documented (using the TB_GETPADDING message). Also, the Shell_NotifyIconGetRect function might be useful.
Answer
Not a bug
No, it's not possible to blacklist elements, the change is global.
That's not a bug of the tweaker. The extension probably assumes that it's tray icon is of a particular size, so it behaves differently now that it's smaller.

You might want to contact the developers of this extension, if it's still maintained. This should be an easy fix, as getting the padding is easy and is documented (using the TB_GETPADDING message). Also, the Shell_NotifyIconGetRect function might be useful.