From 23612851212b790717218cb7b065619f2a0c274e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Fortin=20Tam?= Date: Mon, 8 Apr 2013 23:23:02 -0400 Subject: Bug 677300 - Add 3 px padding above and below the searchbar --- 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 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); -- cgit v1.2.3