aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-shell-view.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 7fba31983d..7430442383 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,10 @@
2001-08-13 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-view.c (setup_widgets): Add some little padding to the
+ title bar so it looks nicer.
+
+2001-08-13 Ettore Perazzoli <ettore@ximian.com>
+
* e-gray-bar.c (impl_style_set): Removed.
(class_init): Don't override that method anymore.
(e_gray_bar_new): Call `endarken_style()' here instead.
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);