changeset 3828:b7b1bd70dfdb

[gaim-migrate @ 3977] the sizing now commented out caused part of the word "cacnel" to be cut off. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 30 Oct 2002 01:58:13 +0000
parents 78c469edc7d2
children 38e1b1afd4f2
files src/dialogs.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);