aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-subscription-editor.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-02-03 17:45:03 +0800
committerMilan Crha <mcrha@redhat.com>2011-02-03 17:45:03 +0800
commit0478e01708ab2460901f7a2fb8cae749a4e85c45 (patch)
tree7767de9296894aeab524ea78392c35ac1a7dfdf6 /mail/em-subscription-editor.c
parent93a51af22567bdddf3978716791f0be2e1dd2656 (diff)
downloadgsoc2013-evolution-0478e01708ab2460901f7a2fb8cae749a4e85c45.tar
gsoc2013-evolution-0478e01708ab2460901f7a2fb8cae749a4e85c45.tar.gz
gsoc2013-evolution-0478e01708ab2460901f7a2fb8cae749a4e85c45.tar.bz2
gsoc2013-evolution-0478e01708ab2460901f7a2fb8cae749a4e85c45.tar.lz
gsoc2013-evolution-0478e01708ab2460901f7a2fb8cae749a4e85c45.tar.xz
gsoc2013-evolution-0478e01708ab2460901f7a2fb8cae749a4e85c45.tar.zst
gsoc2013-evolution-0478e01708ab2460901f7a2fb8cae749a4e85c45.zip
Bug #641011 - Ugly appointment editing windows
Diffstat (limited to 'mail/em-subscription-editor.c')
-rw-r--r--mail/em-subscription-editor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-subscription-editor.c b/mail/em-subscription-editor.c
index f84486a4dc..baaf3eac53 100644
--- a/mail/em-subscription-editor.c
+++ b/mail/em-subscription-editor.c
@@ -842,6 +842,7 @@ subscription_editor_add_account (EMSubscriptionEditor *editor,
gtk_scrolled_window_set_shadow_type (
GTK_SCROLLED_WINDOW (widget), GTK_SHADOW_IN);
gtk_notebook_append_page (GTK_NOTEBOOK (container), widget, NULL);
+ gtk_container_child_set (GTK_CONTAINER (container), widget, "tab-fill", FALSE, "tab-expand", FALSE, NULL);
gtk_widget_show (widget);
container = widget;