diff options
author | Milan Crha <mcrha@redhat.com> | 2010-06-25 21:16:12 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-06-25 21:16:12 +0800 |
commit | 1a4ee432c91ef86ef8741d2883fba6c7400c6261 (patch) | |
tree | 6aae7b51d5245a44cf4bd76721f82a3187b38b25 | |
parent | cdda2031330f2e3e7a45b96d36d9a8f808c11349 (diff) | |
download | gsoc2013-evolution-1a4ee432c91ef86ef8741d2883fba6c7400c6261.tar.gz gsoc2013-evolution-1a4ee432c91ef86ef8741d2883fba6c7400c6261.tar.zst gsoc2013-evolution-1a4ee432c91ef86ef8741d2883fba6c7400c6261.zip |
Bug #621770 - Bottom-left calendar too big
-rw-r--r-- | calendar/gui/apps_evolution_calendar.schemas.in | 2 | ||||
-rw-r--r-- | modules/calendar/e-cal-shell-sidebar.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/calendar/gui/apps_evolution_calendar.schemas.in b/calendar/gui/apps_evolution_calendar.schemas.in index ea33ddc1ca..70590ee0ca 100644 --- a/calendar/gui/apps_evolution_calendar.schemas.in +++ b/calendar/gui/apps_evolution_calendar.schemas.in @@ -284,7 +284,7 @@ <applyto>/apps/evolution/calendar/display/date_navigator_pane_position</applyto> <owner>evolution-calendar</owner> <type>int</type> - <default>200</default> + <default>150</default> <locale name="C"> <short>Month view vertical pane position </short> <long>Position of the vertical pane, between the calendar lists and the date navigator calendar.</long> diff --git a/modules/calendar/e-cal-shell-sidebar.c b/modules/calendar/e-cal-shell-sidebar.c index 42d11cf12b..4dfa2ecb2d 100644 --- a/modules/calendar/e-cal-shell-sidebar.c +++ b/modules/calendar/e-cal-shell-sidebar.c @@ -673,7 +673,6 @@ cal_shell_sidebar_constructed (GObject *object) e_calendar_item_set_days_start_week_sel (calitem, 9); e_calendar_item_set_max_days_sel (calitem, 42); gtk_paned_pack2 (GTK_PANED (container), widget, FALSE, FALSE); - gtk_widget_set_size_request (widget, -1, 200); priv->date_navigator = g_object_ref (widget); gtk_widget_show (widget); |