src/gtkstatusbox.c

changeset 12905
e650ee76e1b8
parent 12879
34ced28dd1d6
child 12932
63d706361608
--- a/src/gtkstatusbox.c	Tue Jan 17 03:00:54 2006 +0000
+++ b/src/gtkstatusbox.c	Tue Jan 17 03:02:36 2006 +0000
@@ -1146,7 +1146,7 @@
 	height = (oneline.height + pad_top + pad_bottom) * lines;
 	height += (oneline.height + pad_inside) * (wrapped_lines - lines);
 
-	gtk_widget_set_size_request(status_box->vbox, -1, height);
+	gtk_widget_set_size_request(status_box->vbox, -1, height + GAIM_HIG_BOX_SPACE);
 }
 
 static void remove_typing_cb(GtkGaimStatusBox *status_box)

mercurial