diff src/buddy_chat.c @ 485:a15d87ea1d4c

[gaim-migrate @ 495] Woops, messed up the little standard size of buttons for the Warn dialog. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Mon, 10 Jul 2000 08:52:02 +0000
parents 1a9d2b345b79
children f03f041c1aa9
line wrap: on
line diff
--- a/src/buddy_chat.c	Mon Jul 10 07:31:52 2000 +0000
+++ b/src/buddy_chat.c	Mon Jul 10 08:52:02 2000 +0000
@@ -88,7 +88,7 @@
 
 	if (!joinchat) {
 		joinchat = gtk_window_new(GTK_WINDOW_DIALOG);
-		gtk_widget_set_usize(joinchat, 300, 95);
+		gtk_widget_set_usize(joinchat, 300, 100);
 		gtk_window_set_policy(GTK_WINDOW(joinchat), FALSE, FALSE, TRUE);
 		gtk_widget_show(joinchat);
 		bbox = gtk_hbox_new(TRUE, 10);