aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorJean-François Fortin Tam <nekohayo@gmail.com>2013-04-09 11:23:02 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-04-09 11:23:02 +0800
commit23612851212b790717218cb7b065619f2a0c274e (patch)
treec93278235f9ade809a7d75e4a90bc7287afb6913 /shell
parente17db00f41d85ef48088fd29c2c55f82875682bd (diff)
downloadgsoc2013-evolution-23612851212b790717218cb7b065619f2a0c274e.tar
gsoc2013-evolution-23612851212b790717218cb7b065619f2a0c274e.tar.gz
gsoc2013-evolution-23612851212b790717218cb7b065619f2a0c274e.tar.bz2
gsoc2013-evolution-23612851212b790717218cb7b065619f2a0c274e.tar.lz
gsoc2013-evolution-23612851212b790717218cb7b065619f2a0c274e.tar.xz
gsoc2013-evolution-23612851212b790717218cb7b065619f2a0c274e.tar.zst
gsoc2013-evolution-23612851212b790717218cb7b065619f2a0c274e.zip
Bug 677300 - Add 3 px padding above and below the searchbar
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 24a4ea096a..b3dded8d4a 100644
--- a/shell/e-shell-searchbar.c
+++ b/shell/e-shell-searchbar.c
@@ -1060,6 +1060,7 @@ e_shell_searchbar_init (EShellSearchbar *searchbar)
g_object_set (
G_OBJECT (widget),
"orientation", GTK_ORIENTATION_HORIZONTAL,
+ "border-width", 3,
"column-spacing", 3,
"valign", GTK_ALIGN_CENTER,
NULL);