From be8e1b8c1f5e52bdb0e3c674da29dc3ca8bc49f4 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Thu, 4 May 2000 21:02:42 +0000 Subject: turned the notebook border off. The calendar looks better without it. If 2000-05-03 Damon Chaplin * e-shell-view.c (e_shell_view_new): turned the notebook border off. The calendar looks better without it. If any of the views want a border they should create it themselves, shouldn't they? svn path=/trunk/; revision=2801 --- shell/e-shell-view.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shell/e-shell-view.c') diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 71d5adb736..763359fd35 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -412,6 +412,9 @@ e_shell_view_new (EShell *eshell, EFolder *efolder, gboolean show_shortcut_bar) if (!eshell_view->priv->notebook) { eshell_view->priv->notebook = gtk_notebook_new(); + gtk_notebook_set_show_border ( + GTK_NOTEBOOK (eshell_view->priv->notebook), + FALSE); gtk_notebook_set_show_tabs ( GTK_NOTEBOOK (eshell_view->priv->notebook), FALSE); -- cgit v1.2.3