aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-content.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-27 00:53:32 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-27 00:53:32 +0800
commit8818c5e3334a6f2f16571b31a715cd9e0e1aa38a (patch)
tree06d21bf3aeb95096969c313a5b7510d14ff22ba3 /modules/calendar/e-cal-shell-content.c
parentd46710704af21108c5e38fc793dc1ba5a3f50390 (diff)
downloadgsoc2013-evolution-8818c5e3334a6f2f16571b31a715cd9e0e1aa38a.tar
gsoc2013-evolution-8818c5e3334a6f2f16571b31a715cd9e0e1aa38a.tar.gz
gsoc2013-evolution-8818c5e3334a6f2f16571b31a715cd9e0e1aa38a.tar.bz2
gsoc2013-evolution-8818c5e3334a6f2f16571b31a715cd9e0e1aa38a.tar.lz
gsoc2013-evolution-8818c5e3334a6f2f16571b31a715cd9e0e1aa38a.tar.xz
gsoc2013-evolution-8818c5e3334a6f2f16571b31a715cd9e0e1aa38a.tar.zst
gsoc2013-evolution-8818c5e3334a6f2f16571b31a715cd9e0e1aa38a.zip
More panel resizing goodness.
Diffstat (limited to 'modules/calendar/e-cal-shell-content.c')
-rw-r--r--modules/calendar/e-cal-shell-content.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/calendar/e-cal-shell-content.c b/modules/calendar/e-cal-shell-content.c
index 6b1e857894..408f07fdc6 100644
--- a/modules/calendar/e-cal-shell-content.c
+++ b/modules/calendar/e-cal-shell-content.c
@@ -394,7 +394,7 @@ cal_shell_content_constructed (GObject *object)
container = priv->vpaned;
widget = gtk_vbox_new (FALSE, 0);
- gtk_paned_pack1 (GTK_PANED (container), widget, FALSE, FALSE);
+ gtk_paned_pack1 (GTK_PANED (container), widget, TRUE, TRUE);
gtk_widget_show (widget);
container = widget;
@@ -422,7 +422,7 @@ cal_shell_content_constructed (GObject *object)
container = priv->vpaned;
widget = gtk_vbox_new (FALSE, 0);
- gtk_paned_pack2 (GTK_PANED (container), widget, TRUE, FALSE);
+ gtk_paned_pack2 (GTK_PANED (container), widget, TRUE, TRUE);
gtk_widget_show (widget);
container = widget;