Wayne,
> Did you ever get the time to see if the title bar exhibits the same > behavior as the menus did? If so are their any plans to correct it? I'm not aware of anywhere else in specifically the same case. The menu situation was a visible *bug*. It wasn't using the calculated text height in sizing the menu entry; that is, it was _doing_ the calculation (just like on the 2d menu side), but then ignoring the result (not like on the 2d menu side). That's just an obvious oops in the feature implementation. Every other place I've seen, though, doesn't do that; it uses the calculated value. This tends to give slightly different results (a pixel or three) than the prior behavior that just used the full height value for setting sizes and baselines, but that's out of the realm of "bug" and into "could be better feature". So, not really a thing you can "fix", so much as something that maybe someone could spend time contemplating and come up with a better heuristic for. -- Matthew Fuller (MF4839) | [email protected] Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.
