From: Edward Date: Thu, 6 Mar 2014 09:17:16 +0000 (+0800) Subject: Roo/bootstrap/Calendar.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=f7b207c92fef954678f08695ea6141bc09701bbd;p=roojs1 Roo/bootstrap/Calendar.js --- diff --git a/Roo/bootstrap/Calendar.js b/Roo/bootstrap/Calendar.js index 1b98c44f7c..7e3c00f6b2 100644 --- a/Roo/bootstrap/Calendar.js +++ b/Roo/bootstrap/Calendar.js @@ -656,6 +656,10 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component, { boxHeight += Roo.log(cg.getHeight()); } + cells.each(function(c) { + c.select('.fc-day-content div',true).first().setHeight(Math.max(34, boxHeight)); + }); + } },