AdvGlowButton - Spacing issue

Hi,

since version 2.4.2.2 and the "improved" rendering i have trouble with the AdvGlowbutton. The Caption is painted with a top margin so my notes is pushed out of the button
i use layout blGlyphLeftAdjusted.

you changed
rectf.Y := rectf.Y + ((rectf.Height) - round(sizeRect.Height) - round(noteRect.Height)) / 2;

to

rectf.Y := {rectf.Y +} (h {(rectf.Height)} - round(sizeRect.Height)) / 2;

If i change it back its all fine.