From da1da8197ed583219dc2b6cde4cf1249974b050c Mon Sep 17 00:00:00 2001
From: Bart Visscher <bartv@thisnet.nl>
Date: Tue, 8 May 2012 08:40:06 +0200
Subject: [PATCH] Calendar: Resize content after creating calendar layout

The calendar can be higher than the window, this corrects for the scrollbar
---
 apps/calendar/js/calendar.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/calendar/js/calendar.js b/apps/calendar/js/calendar.js
index b3beb8d44c..80b5dd88c5 100644
--- a/apps/calendar/js/calendar.js
+++ b/apps/calendar/js/calendar.js
@@ -836,6 +836,7 @@ $(document).ready(function(){
 		loading: Calendar.UI.loading,
 		eventSources: eventSources
 	});
+	fillWindow($('#content'));
 	OCCategories.changed = Calendar.UI.categoriesChanged;
 	OCCategories.app = 'calendar';
 	$('#oneweekview_radio').click(function(){
-- 
GitLab