From ec242d6c30d7bf056c8f59710b8576c942f93583 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 31 Oct 2002 19:37:32 +0000 Subject: Adjust default rule editor size to accomodate the menu widening caused by * rule-editor.c (rule_add): Adjust default rule editor size to accomodate the menu widening caused by "Pipe Message to Shell Command". svn path=/trunk/; revision=18470 --- filter/ChangeLog | 6 ++++++ filter/rule-editor.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/filter/ChangeLog b/filter/ChangeLog index 62d7ccca0e..28c3cf5812 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,9 @@ +2002-10-30 Dan Winship + + * rule-editor.c (rule_add): Adjust default rule editor size to + accomodate the menu widening caused by "Pipe Message to Shell + Command". + 2002-10-10 Jeffrey Stedfast * filtertypes.xml: Removed the Run Once filter action. diff --git a/filter/rule-editor.c b/filter/rule-editor.c index 9ef0084340..fac6f47476 100644 --- a/filter/rule-editor.c +++ b/filter/rule-editor.c @@ -301,7 +301,7 @@ rule_add (GtkWidget *widget, RuleEditor *re) GNOME_STOCK_BUTTON_CANCEL, NULL); - gtk_window_set_default_size (GTK_WINDOW (re->dialog), 600, 400); + gtk_window_set_default_size (GTK_WINDOW (re->dialog), 650, 400); gtk_window_set_policy (GTK_WINDOW (re->dialog), FALSE, TRUE, FALSE); gtk_widget_set_parent_window (GTK_WIDGET (re->dialog), GTK_WIDGET (re)->window); gtk_box_pack_start (GTK_BOX (GNOME_DIALOG (re->dialog)->vbox), rules, TRUE, TRUE, 0); -- cgit v1.2.3