Mercurial > pidgin.yaz
diff src/dialogs.c @ 485:a15d87ea1d4c
[gaim-migrate @ 495]
Woops, messed up the little standard size of buttons for the Warn dialog.
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Mon, 10 Jul 2000 08:52:02 +0000 |
| parents | a9e485c388c4 |
| children | 1045f51bcae7 |
line wrap: on
line diff
--- a/src/dialogs.c Mon Jul 10 07:31:52 2000 +0000 +++ b/src/dialogs.c Mon Jul 10 08:52:02 2000 +0000 @@ -439,8 +439,8 @@ gtk_widget_set_usize(warn, 75, 30); gtk_widget_set_usize(cancel, 75, 30); - gtk_box_pack_start(GTK_BOX(bbox), warn, TRUE, TRUE, 5); - gtk_box_pack_end(GTK_BOX(bbox), cancel, TRUE, TRUE, 5); + gtk_box_pack_start(GTK_BOX(bbox), warn, FALSE, FALSE, 5); + gtk_box_pack_end(GTK_BOX(bbox), cancel, FALSE, FALSE, 5); g_snprintf(buf, 127, _("Do you really want to warn %s?"), who); label = gtk_label_new(buf);
