diff src/dialogs.c @ 593:37dd78318a2e

[gaim-migrate @ 603] Wagii committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 03 Aug 2000 08:54:41 +0000
parents a0d68eab359a
children 3fd5311a3894
line wrap: on
line diff
--- a/src/dialogs.c	Thu Aug 03 05:35:13 2000 +0000
+++ b/src/dialogs.c	Thu Aug 03 08:54:41 2000 +0000
@@ -3522,6 +3522,7 @@
 
 	gtk_widget_show(button);
 
+	gtk_widget_set_usize(button, 80, 30);
 	gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 5);
 
 	/* End of our create button code */
@@ -3547,8 +3548,9 @@
 	if (display_options & OPT_DISP_COOL_LOOK)
 		gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE);
 		
+
 	gtk_widget_show(button);
-
+	gtk_widget_set_usize(button, 80, 30);
 	gtk_box_pack_end(GTK_BOX(hbox), button, FALSE, FALSE, 5);
 
 	/* End of our cancel button code */