aboutsummaryrefslogtreecommitdiffstats
path: root/filter/e-search-bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'filter/e-search-bar.c')
-rw-r--r--filter/e-search-bar.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/filter/e-search-bar.c b/filter/e-search-bar.c
index fc34d5e300..0b0e34fc86 100644
--- a/filter/e-search-bar.c
+++ b/filter/e-search-bar.c
@@ -213,7 +213,7 @@ e_search_bar_init (ESearchBar *esb)
{
GtkWidget *spacer;
- gtk_box_set_spacing(GTK_BOX(esb), GNOME_PAD);
+ gtk_box_set_spacing(GTK_BOX(esb), 1);
esb->menubar = gtk_menu_bar_new();
gtk_widget_show(esb->menubar);
@@ -233,7 +233,7 @@ e_search_bar_init (ESearchBar *esb)
spacer = gtk_drawing_area_new();
gtk_widget_show(spacer);
gtk_box_pack_start(GTK_BOX(esb), spacer, FALSE, FALSE, 0);
- gtk_widget_set_usize(spacer, 100, 1);
+ gtk_widget_set_usize(spacer, 15, 1);
}
static void
@@ -294,3 +294,5 @@ e_search_bar_set_arg (GtkObject *object, GtkArg *arg, guint arg_id)
break;
}
}
+
+