# HG changeset patch # User Luke Schierer # Date 1035943093 0 # Node ID b7b1bd70dfdb6da2f49a0bd7ae748d559b2d715e # Parent 78c469edc7d2a8674bd3e64595f230e384b10af7 [gaim-migrate @ 3977] the sizing now commented out caused part of the word "cacnel" to be cut off. committer: Tailor Script diff -r 78c469edc7d2 -r b7b1bd70dfdb src/dialogs.c --- a/src/dialogs.c Wed Oct 30 01:04:33 2002 +0000 +++ b/src/dialogs.c Wed Oct 30 01:58:13 2002 +0000 @@ -2924,10 +2924,10 @@ b->ok = picture_button(c->link_dialog, _("OK"), ok_xpm); b->cancel = picture_button(c->link_dialog, _("Cancel"), cancel_xpm); - +/* gtk_widget_set_usize(b->ok, 75, 30); gtk_widget_set_usize(b->cancel, 75, 30); - +*/ gtk_box_pack_start(GTK_BOX(bbox), b->ok, FALSE, FALSE, 10); gtk_box_pack_end(GTK_BOX(bbox), b->cancel, FALSE, FALSE, 10); gtk_widget_show(bbox);