aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/comp-editor.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2014-03-28 00:08:58 +0800
committerMilan Crha <mcrha@redhat.com>2014-03-28 00:08:58 +0800
commited405f45a5b870b0374f8f714023e1647a1a6701 (patch)
tree4cc01d9461558ab887764b07543a86f645b70d4e /calendar/gui/dialogs/comp-editor.c
parentd19f306eb81bf0582c84ae8c7055e39c323fae4f (diff)
downloadgsoc2013-evolution-ed405f45a5b870b0374f8f714023e1647a1a6701.tar
gsoc2013-evolution-ed405f45a5b870b0374f8f714023e1647a1a6701.tar.gz
gsoc2013-evolution-ed405f45a5b870b0374f8f714023e1647a1a6701.tar.bz2
gsoc2013-evolution-ed405f45a5b870b0374f8f714023e1647a1a6701.tar.lz
gsoc2013-evolution-ed405f45a5b870b0374f8f714023e1647a1a6701.tar.xz
gsoc2013-evolution-ed405f45a5b870b0374f8f714023e1647a1a6701.tar.zst
gsoc2013-evolution-ed405f45a5b870b0374f8f714023e1647a1a6701.zip
Bug #726542 - Unpadded black border on various mail account settings pages
Diffstat (limited to 'calendar/gui/dialogs/comp-editor.c')
-rw-r--r--calendar/gui/dialogs/comp-editor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c
index b50f2068d0..d56f2038a9 100644
--- a/calendar/gui/dialogs/comp-editor.c
+++ b/calendar/gui/dialogs/comp-editor.c
@@ -2283,6 +2283,7 @@ comp_editor_init (CompEditor *editor)
widget = gtk_notebook_new ();
gtk_notebook_set_show_tabs (GTK_NOTEBOOK (widget), express_mode);
+ gtk_notebook_set_show_border (GTK_NOTEBOOK (widget), FALSE);
gtk_box_pack_start (GTK_BOX (container), widget, TRUE, TRUE, 0);
priv->notebook = GTK_NOTEBOOK (widget);
gtk_widget_show (widget);