From 0904974b119c4e32139b2895be8a432905d57369 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 31 May 2000 00:46:19 +0000 Subject: Increase the size of the folder title bar slightly to make it nicer. svn path=/trunk/; revision=3304 --- shell/ChangeLog | 6 ++++++ shell/e-shell-folder-title-bar.c | 1 + 2 files changed, 7 insertions(+) diff --git a/shell/ChangeLog b/shell/ChangeLog index 151882ae04..61c76b73e2 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2000-05-31 Ettore Perazzoli + + * e-shell-folder-title-bar.c (e_shell_folder_title_bar_construct): + Increase the size of the border of the hbox slightly to make the + title bar a bit nicer. + 2000-05-31 Ettore Perazzoli * e-component-registry.c (component_free): Invoke `::unset_owner' 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); -- cgit