After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 65002 - GtkCList - rows not tall enough - descenders clipped
GtkCList - rows not tall enough - descenders clipped
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
1.3.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2001-11-21 01:27 UTC by Damon Chaplin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Damon Chaplin 2001-11-21 01:27:53 UTC
In GtkCList, the rows do not appear to be tall enough.
The descenders of letters are clipped. (like the bottom of 'g')
Comment 1 Owen Taylor 2001-11-23 23:56:14 UTC
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)