Mercurial > pidgin
changeset 3824:6ecca71471d1
[gaim-migrate @ 3973]
This pisses me off less.
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Wed, 30 Oct 2002 00:44:49 +0000 |
parents | 5dc82aec40ca |
children | 321ce65bbebc |
files | src/dialogs.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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);