Mercurial > pidgin
diff src/dialogs.c @ 7797:0fb10479a6a3
[gaim-migrate @ 8443]
I wanted to make the set_size_requests consistent... and I thought
it's just be better without them. Whatyou guys thing?
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 07 Dec 2003 22:37:41 +0000 |
| parents | 72727edb37ef |
| children | 9408c12b4a61 |
line wrap: on
line diff
--- a/src/dialogs.c Sun Dec 07 20:49:00 2003 +0000 +++ b/src/dialogs.c Sun Dec 07 22:37:41 2003 +0000 @@ -558,7 +558,6 @@ 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_size_request(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); @@ -781,8 +780,6 @@ label = gtk_label_new(_("Please enter the URL and description of " "the link that you want to insert. The " "description is optional.\n")); - - gtk_widget_set_size_request(GTK_WIDGET(label), 335, -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);
