Roo/bootstrap/Calendar.js
[roojs1] / Roo / bootstrap / Calendar.js
index 7065b00..d1abde2 100644 (file)
@@ -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++){