Ingolf Jandt schrieb:
> Now I have unpacked the GNUMail sources and the root of the problem seems to 
> be (MailWindowController.m:2378--2382 method -setDataViewType:):
> 
> #if !defined(MACOSX) && !defined(__MINGW32__)
>   // We set the table row height, depending on the current font               
>          
>   aSize = [[NSFont seenMessageFont] maximumAdvancement];
>   [dataView setRowHeight: aSize.height];
> #endif
> 

Thank you very much. This is the hint I needed. I will now check, what
the cairo backend is doing wrong when calculating the maximum
advancement for a font.

Cheers,
Fred


_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to