diff src/buddy_chat.c @ 3986:4faf2a9753cb

[gaim-migrate @ 4177] People complain about accidentally hitting the X button. Let's see if this helps. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 19 Nov 2002 18:20:29 +0000
parents f118d61fb89a
children 3ccbdf8e7f8d
line wrap: on
line diff
--- a/src/buddy_chat.c	Tue Nov 19 17:54:56 2002 +0000
+++ b/src/buddy_chat.c	Tue Nov 19 18:20:29 2002 +0000
@@ -1248,7 +1248,7 @@
 		cont = gtk_vbox_new(FALSE, 5);
 		gtk_container_set_border_width(GTK_CONTAINER(cont), 5);
 
-		tabby = gtk_hbox_new(FALSE, 0);
+		tabby = gtk_hbox_new(FALSE, 5);
 		b->close = gtk_button_new();
 		gtk_widget_set_size_request(GTK_WIDGET(b->close), 16, 16);
 		gtk_container_add(GTK_CONTAINER(b->close), gtk_image_new_from_stock(GTK_STOCK_CLOSE, GTK_ICON_SIZE_MENU));