diff options
author | Jean-François Fortin Tam <nekohayo@gmail.com> | 2013-04-09 11:23:02 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-04-09 11:23:02 +0800 |
commit | 23612851212b790717218cb7b065619f2a0c274e (patch) | |
tree | c93278235f9ade809a7d75e4a90bc7287afb6913 /shell | |
parent | e17db00f41d85ef48088fd29c2c55f82875682bd (diff) | |
download | gsoc2013-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.c | 1 |
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); |