From f9aa5bfde3a66c25d43649fdd6bec299ae0e5aed Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 25 Sep 2014 12:18:12 +0800 Subject: [PATCH] Roo/bootstrap/Calendar.js --- Roo/bootstrap/Calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Calendar.js b/Roo/bootstrap/Calendar.js index 7065b00d3a..d1abde2532 100644 --- a/Roo/bootstrap/Calendar.js +++ b/Roo/bootstrap/Calendar.js @@ -827,7 +827,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component, { // this.cells.each(function(c) { - c.select('.fc-day-content div',true).first().setHeight(Math.max(34, c.row * 20)); + c.select('.fc-day-content div',true).first().setHeight(Math.max(34, (c.inhertance + c.row) * 20)); for (var e = 0; e < c.events.length; e++){ -- 2.39.2