[evolution/gnome-3-10] Bug 677300 - Add 3 px padding above and below the searchbar
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-10] Bug 677300 - Add 3 px padding above and below the searchbar
- Date: Sun, 12 Jan 2014 23:06:47 +0000 (UTC)
commit 679b3e5a5b2c47269c14be11e91655f6fce7faad
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.
(cherry picked from commit 359b7b45d33c1f9b02b0ba56bc25914c7346cd89)
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 9fd0602..926495c 100644
--- a/shell/e-shell-searchbar.c
+++ b/shell/e-shell-searchbar.c
@@ -916,6 +916,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]