From 3d6efc8617bc5662e2524fe3e1d464e52e8d43c8 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Mon, 29 Mar 2004 22:25:15 +0000 Subject: Fix packing of the hbox that contains the actual input widgets to expand 2004-03-29 Rodney Dawes * filter-filter.c (get_widget): * filter-rule.c (get_widget): Fix packing of the hbox that contains the actual input widgets to expand and fill svn path=/trunk/; revision=25235 --- filter/filter-rule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/filter-rule.c') diff --git a/filter/filter-rule.c b/filter/filter-rule.c index f8b36564c5..bd5f0f26d6 100644 --- a/filter/filter-rule.c +++ b/filter/filter-rule.c @@ -783,7 +783,7 @@ get_widget (FilterRule *fr, struct _RuleContext *f) gtk_widget_show (label); hbox = gtk_hbox_new (FALSE, 12); - gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, FALSE, 0); + gtk_box_pack_start (GTK_BOX (vbox), hbox, TRUE, TRUE, 0); gtk_widget_show (hbox); label = gtk_label_new (""); -- cgit v1.2.3