changeset 11991:94ba447a6a5c

[gaim-migrate @ 14284] hm, need a -6 here, at which point i realize I've changed it to exactly what was commented out below it. Oops, I wonder why this was hard coded to 80 anyway. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 06 Nov 2005 19:52:20 +0000
parents f08a5365e2c9
children c824e39db0e7
files src/gtkstatusbox.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkstatusbox.c	Sun Nov 06 19:47:32 2005 +0000
+++ b/src/gtkstatusbox.c	Sun Nov 06 19:52:20 2005 +0000
@@ -622,7 +622,7 @@
 	box_alc = *allocation;
 	combo_box_size_request(widget, &req);
 
-	box_alc.height = allocation->height - req.height;
+	box_alc.height = allocation->height - req.height - 6;
 	/* box_alc.height = MAX(1,box_alc.height - req.height - 6); */
 
 	box_alc.y = box_alc.y + req.height + 6;