diff src/buddy_chat.c @ 483:1a9d2b345b79

[gaim-migrate @ 493] I tried to make some of the buttons more of a standard size. Who knows. Who cares. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Mon, 10 Jul 2000 06:59:44 +0000
parents 6a92cd7322cc
children a15d87ea1d4c
line wrap: on
line diff
--- a/src/buddy_chat.c	Mon Jul 10 04:26:37 2000 +0000
+++ b/src/buddy_chat.c	Mon Jul 10 06:59:44 2000 +0000
@@ -116,6 +116,7 @@
         gtk_widget_show(button_box);
 
         gtk_container_add(GTK_CONTAINER(join), button_box);
+	gtk_widget_set_usize(join, 75, 30);
 
         /* End of OK Button */
 
@@ -139,6 +140,8 @@
 
         gtk_container_add(GTK_CONTAINER(cancel), button_box);
 
+	gtk_widget_set_usize(cancel, 75, 30);
+
         /* End of Cancel Button */
 
 	gtk_box_pack_start(GTK_BOX(bbox), join, FALSE, FALSE, 5);