changeset 2251:a38cdeba8d74

[gaim-migrate @ 2261] Changed the size of the help dialog. I'd really like to come up with a better way of doing this. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 09 Sep 2001 23:08:54 +0000
parents ae5e477a5ef7
children 912a25df97f3
files src/about.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/about.c	Sun Sep 09 22:35:00 2001 +0000
+++ b/src/about.c	Sun Sep 09 23:08:54 2001 +0000
@@ -199,7 +199,7 @@
 		aol_icon(help->window);
 		gtk_signal_connect(GTK_OBJECT(help), "destroy",
 				   GTK_SIGNAL_FUNC(destroy_help), GTK_OBJECT(help));
-		gtk_widget_set_usize(help, 240, -1);
+		gtk_widget_set_usize(help, 315, -1);
 
 		vbox = gtk_vbox_new(FALSE, 10);
 		gtk_container_add(GTK_CONTAINER(help), vbox);