# HG changeset patch # User Tim Ringenbach # Date 1131306740 0 # Node ID 94ba447a6a5ca622a5521d0d3f244cacece98119 # Parent f08a5365e2c90c26a7d7477f22b65f69f87ab6ee [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 diff -r f08a5365e2c9 -r 94ba447a6a5c src/gtkstatusbox.c --- 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;