# HG changeset patch # User Rob Flynn # Date 1035938689 0 # Node ID 6ecca71471d1807ed0aea430740ecece45051d1b # Parent 5dc82aec40ca1cb211e1d386bda861b255fb6bcf [gaim-migrate @ 3973] This pisses me off less. committer: Tailor Script diff -r 5dc82aec40ca -r 6ecca71471d1 src/dialogs.c --- a/src/dialogs.c Wed Oct 30 00:10:13 2002 +0000 +++ b/src/dialogs.c Wed Oct 30 00:44:49 2002 +0000 @@ -706,6 +706,7 @@ gtk_container_add(GTK_CONTAINER(hbox), vbox); label = gtk_label_new(_("Please enter the screenname of the person you would like to IM.\n")); + gtk_widget_set_usize(GTK_WIDGET(label), 350, -1); gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); gtk_misc_set_alignment(GTK_MISC(label), 0, 0); gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);