> 
> I just don't understand why resizing the toolbar font can change the toolbar
> height and I cannot.
> 

    frame.height = style->font->ascent + style->font->descent;

frame.height is the height of the toolbar.  As you can see, it is calculated
based on the font specified and not by a setting in the style file.

Reply via email to