Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 7796:e04c0044c56f | 7797:0fb10479a6a3 |
|---|---|
| 556 | 556 |
| 557 vbox = gtk_vbox_new(FALSE, 0); | 557 vbox = gtk_vbox_new(FALSE, 0); |
| 558 gtk_container_add(GTK_CONTAINER(hbox), vbox); | 558 gtk_container_add(GTK_CONTAINER(hbox), vbox); |
| 559 | 559 |
| 560 label = gtk_label_new(_("Please enter the screenname of the person you would like to IM.\n")); | 560 label = gtk_label_new(_("Please enter the screenname of the person you would like to IM.\n")); |
| 561 gtk_widget_set_size_request(GTK_WIDGET(label), 350, -1); | |
| 562 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); | 561 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); |
| 563 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); | 562 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); |
| 564 gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); | 563 gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); |
| 565 | 564 |
| 566 table = gtk_table_new(2, 2, FALSE); | 565 table = gtk_table_new(2, 2, FALSE); |
| 779 gtk_container_add(GTK_CONTAINER(hbox), vbox); | 778 gtk_container_add(GTK_CONTAINER(hbox), vbox); |
| 780 | 779 |
| 781 label = gtk_label_new(_("Please enter the URL and description of " | 780 label = gtk_label_new(_("Please enter the URL and description of " |
| 782 "the link that you want to insert. The " | 781 "the link that you want to insert. The " |
| 783 "description is optional.\n")); | 782 "description is optional.\n")); |
| 784 | |
| 785 gtk_widget_set_size_request(GTK_WIDGET(label), 335, -1); | |
| 786 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); | 783 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); |
| 787 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); | 784 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); |
| 788 gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); | 785 gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); |
| 789 | 786 |
| 790 hbox = gtk_hbox_new(FALSE, 6); | 787 hbox = gtk_hbox_new(FALSE, 6); |
