aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-config.c b/e-util/e-config.c
index 99597e2b05..3c1aeb4c21 100644
--- a/e-util/e-config.c
+++ b/e-util/e-config.c
@@ -790,6 +790,7 @@ ec_rebuild (EConfig *emp)
gtk_container_set_border_width ((GtkContainer *)page, 12);
gtk_widget_show (page);
gtk_notebook_insert_page ((GtkNotebook *)book, page, w, pageno);
+ gtk_container_child_set (GTK_CONTAINER (book), page, "tab-fill", FALSE, "tab-expand", FALSE, NULL);
wn->frame = page;
}
} else