diff src/conversation.c @ 3985:f118d61fb89a

[gaim-migrate @ 4176] smaller close button for tabs and aliases are now used in the away message queue, both thanks to deryni committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 19 Nov 2002 17:54:56 +0000
parents 32942c49dced
children 4faf2a9753cb
line wrap: on
line diff
--- a/src/conversation.c	Tue Nov 19 17:38:11 2002 +0000
+++ b/src/conversation.c	Tue Nov 19 17:54:56 2002 +0000
@@ -2800,6 +2800,7 @@
 /*		gtk_notebook_insert_page(GTK_NOTEBOOK(convo_notebook), cont, gtk_label_new(c->name),*/
 		tabby = gtk_hbox_new(FALSE, 0);
 		c->close = gtk_button_new();
+		gtk_widget_set_size_request(GTK_WIDGET(c->close), 16, 16);
 		gtk_container_add(GTK_CONTAINER(c->close), gtk_image_new_from_stock(GTK_STOCK_CLOSE, GTK_ICON_SIZE_MENU));
 		gtk_button_set_relief(GTK_BUTTON(c->close), GTK_RELIEF_NONE);
 		c->tab_label = gtk_label_new(c->name);