From 8febd0e5ac1d1b41e36e94c60fd718a2638626ca Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 17 Mar 2003 22:22:33 +0000 Subject: Set the default window size to something reasonable (350x400?). Fixes bug 2003-03-17 Jeffrey Stedfast * rule-editor.c (rule_editor_construct): Set the default window size to something reasonable (350x400?). Fixes bug #39808. svn path=/trunk/; revision=20323 --- filter/ChangeLog | 3 +++ filter/rule-editor.c | 1 + 2 files changed, 4 insertions(+) (limited to 'filter') diff --git a/filter/ChangeLog b/filter/ChangeLog index aece10729b..c47fc46cf5 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,5 +1,8 @@ 2003-03-17 Jeffrey Stedfast + * rule-editor.c (rule_editor_construct): Set the default window + size to something reasonable (350x400?). Fixes bug #39808. + * vfolder-rule.c (source_remove): Fixed to work properly. Fixes bug #39654. diff --git a/filter/rule-editor.c b/filter/rule-editor.c index 3e9290801f..f353487420 100644 --- a/filter/rule-editor.c +++ b/filter/rule-editor.c @@ -713,6 +713,7 @@ rule_editor_construct (RuleEditor *re, RuleContext *context, GladeXML *gui, cons g_object_ref (context); gtk_window_set_resizable ((GtkWindow *) re, TRUE); + gtk_window_set_default_size ((GtkWindow *) re, 350, 400); w = glade_xml_get_widget (gui, "rule_editor"); gtk_box_pack_start (GTK_BOX (GTK_DIALOG (re)->vbox), w, TRUE, TRUE, 0); -- cgit v1.2.3