From 359b7b45d33c1f9b02b0ba56bc25914c7346cd89 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 12 Jan 2014 18:01:14 -0500 Subject: Bug 677300 - Add 3 px padding above and below the searchbar This got dropped accidentally in the patch for bug 709428. --- shell/e-shell-searchbar.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shell') diff --git a/shell/e-shell-searchbar.c b/shell/e-shell-searchbar.c index 1b9869a64a..766c529827 100644 --- a/shell/e-shell-searchbar.c +++ b/shell/e-shell-searchbar.c @@ -915,6 +915,7 @@ e_shell_searchbar_init (EShellSearchbar *searchbar) searchbar->priv = E_SHELL_SEARCHBAR_GET_PRIVATE (searchbar); gtk_box_set_spacing (GTK_BOX (searchbar), 6); + gtk_container_set_border_width (GTK_CONTAINER (searchbar), 3); /* Filter Combo Widgets */ -- cgit v1.2.3