From 057e323832c67ab43c160c0a3f6f8a3e0271aa5e Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Fri, 28 May 2004 19:02:57 +0000 Subject: Set the default window size for the druid to 480x320 2004-05-28 Rodney Dawes * e-shell-importer.c (e_shell_importer_start_import): Set the default window size for the druid to 480x320 svn path=/trunk/; revision=26127 --- shell/e-shell-importer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/e-shell-importer.c') diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c index c83693a53b..373af53a8d 100644 --- a/shell/e-shell-importer.c +++ b/shell/e-shell-importer.c @@ -1157,6 +1157,7 @@ e_shell_importer_start_import (EShellWindow *shell_window) data->wizard = glade_xml_new (EVOLUTION_GLADEDIR "/import.glade", NULL, NULL); data->dialog = glade_xml_get_widget (data->wizard, "importwizard"); + gtk_window_set_default_size (GTK_WINDOW (data->dialog), 480, 320); gtk_window_set_wmclass (GTK_WINDOW (data->dialog), "importdruid", "Evolution:shell"); e_dialog_set_transient_for (GTK_WINDOW (data->dialog), GTK_WIDGET (shell_window)); -- cgit v1.2.3