aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-14 06:30:12 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-14 06:30:12 +0800
commit778f9780befd1f8f5514c64001c88d5b2e3292ba (patch)
tree0c303bb592e2af23dbfa33d0ade169b65b6f9acb /shell/e-shell-view.c
parentf4132b59465aed487ec9dad28a77c6c6f8f24ac8 (diff)
downloadgsoc2013-evolution-778f9780befd1f8f5514c64001c88d5b2e3292ba.tar
gsoc2013-evolution-778f9780befd1f8f5514c64001c88d5b2e3292ba.tar.gz
gsoc2013-evolution-778f9780befd1f8f5514c64001c88d5b2e3292ba.tar.bz2
gsoc2013-evolution-778f9780befd1f8f5514c64001c88d5b2e3292ba.tar.lz
gsoc2013-evolution-778f9780befd1f8f5514c64001c88d5b2e3292ba.tar.xz
gsoc2013-evolution-778f9780befd1f8f5514c64001c88d5b2e3292ba.tar.zst
gsoc2013-evolution-778f9780befd1f8f5514c64001c88d5b2e3292ba.zip
Add some little padding to the title bar so it looks nicer.
* e-shell-view.c (setup_widgets): Add some little padding to the title bar so it looks nicer. svn path=/trunk/; revision=11970
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index 4180c3939e..d1d9129446 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -847,7 +847,7 @@ setup_widgets (EShellView *shell_view)
gray_bar = e_gray_bar_new ();
gtk_container_add (GTK_CONTAINER (gray_bar), priv->folder_title_bar);
- gtk_box_pack_start (GTK_BOX (priv->view_vbox), gray_bar, FALSE, FALSE, 0);
+ gtk_box_pack_start (GTK_BOX (priv->view_vbox), gray_bar, FALSE, FALSE, 2);
gtk_box_pack_start (GTK_BOX (priv->view_vbox), priv->view_hpaned, TRUE, TRUE, 0);