aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-folder-title-bar.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-05-31 08:46:19 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-05-31 08:46:19 +0800
commit0904974b119c4e32139b2895be8a432905d57369 (patch)
tree2e4a8b9c5bbf7629e8ea22bae0f4084362e33a37 /shell/e-shell-folder-title-bar.c
parentfad1048c1bc7c92496df1d580064cd3a5e716840 (diff)
downloadgsoc2013-evolution-0904974b119c4e32139b2895be8a432905d57369.tar
gsoc2013-evolution-0904974b119c4e32139b2895be8a432905d57369.tar.gz
gsoc2013-evolution-0904974b119c4e32139b2895be8a432905d57369.tar.bz2
gsoc2013-evolution-0904974b119c4e32139b2895be8a432905d57369.tar.lz
gsoc2013-evolution-0904974b119c4e32139b2895be8a432905d57369.tar.xz
gsoc2013-evolution-0904974b119c4e32139b2895be8a432905d57369.tar.zst
gsoc2013-evolution-0904974b119c4e32139b2895be8a432905d57369.zip
Increase the size of the folder title bar slightly to make it nicer.
svn path=/trunk/; revision=3304
Diffstat (limited to 'shell/e-shell-folder-title-bar.c')
-rw-r--r--shell/e-shell-folder-title-bar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-folder-title-bar.c b/shell/e-shell-folder-title-bar.c
index 0f38faccf1..260e5c37d0 100644
--- a/shell/e-shell-folder-title-bar.c
+++ b/shell/e-shell-folder-title-bar.c
@@ -309,6 +309,7 @@ e_shell_folder_title_bar_construct (EShellFolderTitleBar *folder_title_bar)
#endif
priv->hbox = gtk_hbox_new (FALSE, 0);
+ gtk_container_set_border_width (GTK_CONTAINER (priv->hbox), 2);
gtk_box_pack_start (GTK_BOX (priv->hbox), priv->label, TRUE, TRUE, 0);
gtk_widget_show (priv->hbox);