# HG changeset patch # User Paul Aurich # Date 1248756233 0 # Node ID 2e49cbdd5040ffe21612820f039ac5aa2f6a1a65 # Parent 99517a959c6bc251e8936cb897589fb55ac29794 ft: Set an initial size for the dialog; that shrunk it way too much. diff -r 99517a959c6b -r 2e49cbdd5040 pidgin/gtkft.c --- a/pidgin/gtkft.c Tue Jul 28 04:35:06 2009 +0000 +++ b/pidgin/gtkft.c Tue Jul 28 04:43:53 2009 +0000 @@ -741,6 +741,7 @@ /* Create the window. */ dialog->window = window = pidgin_create_dialog(_("File Transfers"), PIDGIN_HIG_BORDER, "file transfer", TRUE); + gtk_window_set_default_size(GTK_WINDOW(window), 450, 250); g_signal_connect(G_OBJECT(window), "delete_event", G_CALLBACK(delete_win_cb), dialog);