From: Edward Date: Wed, 9 Apr 2014 10:44:33 +0000 (+0800) Subject: Roo/calendar/View.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=07bdf0ad312ad544127eb98175b45abf05b1338f;p=roojs1 Roo/calendar/View.js --- diff --git a/Roo/calendar/View.js b/Roo/calendar/View.js index 0d483c70d4..07448254a5 100644 --- a/Roo/calendar/View.js +++ b/Roo/calendar/View.js @@ -656,8 +656,8 @@ Roo.extend(Roo.calendar.View, Roo.BoxComponent, { // first make sure there is enough space.. this.cells.each(function(c) { - - c.select('.fc-day-content div',true).first().setHeight(Math.max(34, c.rows * 20)); + c.select('.fc-day-content div',true).first().setHeight(34); +// c.select('.fc-day-content div',true).first().setHeight(Math.max(34, c.rows * 20)); }); for (var e = 0; e < this.calevents.length; e++) {