diff options
author | Milan Crha <mcrha@redhat.com> | 2011-02-03 17:45:03 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:31 +0800 |
commit | 28d1b270ab69a0bdd4a555d30c3f76406f47e15a (patch) | |
tree | 49f2d56b56a9e1789d6791ec63a1fe967861fbc6 /e-util | |
parent | f099f679dcdd568cb5b7c8838f5f114ed19bce07 (diff) | |
download | gsoc2013-evolution-28d1b270ab69a0bdd4a555d30c3f76406f47e15a.tar.gz gsoc2013-evolution-28d1b270ab69a0bdd4a555d30c3f76406f47e15a.tar.zst gsoc2013-evolution-28d1b270ab69a0bdd4a555d30c3f76406f47e15a.zip |
Bug #641011 - Ugly appointment editing windows
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-config.c | 1 |
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 |