[evolution] Bug 677300 - Add 3 px padding above and below the searchbar



commit 359b7b45d33c1f9b02b0ba56bc25914c7346cd89
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Jan 12 18:01:14 2014 -0500

    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 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/shell/e-shell-searchbar.c b/shell/e-shell-searchbar.c
index 1b9869a..766c529 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 */
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]