From 3adc63f509900a098689691677df988dcfe0b941 Mon Sep 17 00:00:00 2001 From: Anna Dirks Date: Mon, 9 Jul 2001 16:28:54 +0000 Subject: 2001-07-09 Anna Marie Dirks *rule-context.c (rule_context_add_rule_gui): Increased the size of the "Add Filter Rule" dialog to 600 x 400, so that no resizing is necessary to use the dialog. svn path=/trunk/; revision=10914 --- filter/ChangeLog | 5 +++++ filter/rule-context.c | 1 + 2 files changed, 6 insertions(+) (limited to 'filter') diff --git a/filter/ChangeLog b/filter/ChangeLog index ab0408dc26..69a7582363 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,8 @@ +2001-07-09 Anna Marie Dirks + *rule-context.c (rule_context_add_rule_gui): Increased the size + of the "Add Filter Rule" dialog to 600 x 400, so that no resizing + is necessary to use the dialog. + 2001-07-09 Jon Trowbridge * filter-source.c (filter_source_get_sources): Bonobo-conf-ified. diff --git a/filter/rule-context.c b/filter/rule-context.c index 69ca1cef0c..b89a3ffac7 100644 --- a/filter/rule-context.c +++ b/filter/rule-context.c @@ -427,6 +427,7 @@ rule_context_add_rule_gui(RuleContext * f, FilterRule * rule, const char *title, gd = (GnomeDialog *) gnome_dialog_new(title, GNOME_STOCK_BUTTON_OK, GNOME_STOCK_BUTTON_CANCEL, NULL); gtk_window_set_policy(GTK_WINDOW(gd), FALSE, TRUE, FALSE); gtk_box_pack_start((GtkBox *) gd->vbox, w, TRUE, TRUE, 0); + gtk_window_set_default_size(GTK_WINDOW(gd), 600, 400); gtk_widget_show((GtkWidget *) gd); gtk_object_set_data_full((GtkObject *) gd, "rule", rule, (GtkDestroyNotify) gtk_object_unref); if (path) -- cgit v1.2.3