GNOME Bugzilla – Bug 65002
GtkCList - rows not tall enough - descenders clipped
Last modified: 2004-12-22 21:47:04 UTC
In GtkCList, the rows do not appear to be tall enough. The descenders of letters are clipped. (like the bottom of 'g')
I think this should fix what you are seeing - note that if you set the font for the rows different larger than that of the clist, things are just going to look bad, because the clist doesn't handle variable height rows ... that's what is going on in testgtk. Fri Nov 23 18:49:53 2001 Owen Taylor <otaylor@redhat.com> * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange arithmetic that was resulting in rows being drawn too low. (#65001, reported by Damon Chaplin)