aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2014-01-13 07:01:14 +0800
committerMatthew Barnes <mbarnes@redhat.com>2014-01-13 07:02:52 +0800
commit359b7b45d33c1f9b02b0ba56bc25914c7346cd89 (patch)
treecdb7a7a5a20dbd4a779925ddf219fad180de9d0c /shell
parentb14dde8daea14e1e3a9a4fd18e29da14433d351c (diff)
downloadgsoc2013-evolution-359b7b45d33c1f9b02b0ba56bc25914c7346cd89.tar
gsoc2013-evolution-359b7b45d33c1f9b02b0ba56bc25914c7346cd89.tar.gz
gsoc2013-evolution-359b7b45d33c1f9b02b0ba56bc25914c7346cd89.tar.bz2
gsoc2013-evolution-359b7b45d33c1f9b02b0ba56bc25914c7346cd89.tar.lz
gsoc2013-evolution-359b7b45d33c1f9b02b0ba56bc25914c7346cd89.tar.xz
gsoc2013-evolution-359b7b45d33c1f9b02b0ba56bc25914c7346cd89.tar.zst
gsoc2013-evolution-359b7b45d33c1f9b02b0ba56bc25914c7346cd89.zip
Bug 677300 - Add 3 px padding above and below the searchbar
This got dropped accidentally in the patch for bug 709428.
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell-searchbar.c1
1 files changed, 1 insertions, 0 deletions
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 */