Roo/bootstrap/Calendar.js
authorEdward <edward@roojs.com>
Thu, 25 Sep 2014 04:34:33 +0000 (12:34 +0800)
committerEdward <edward@roojs.com>
Thu, 25 Sep 2014 04:34:33 +0000 (12:34 +0800)
Roo/bootstrap/Calendar.js

index a60c6c9..c6f9611 100644 (file)
@@ -816,7 +816,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.inhertance + c.row) * 20));
+            c.select('.fc-day-content div',true).first().setHeight(Math.max(34, c.row * 20));
             
             
             for (var e = 0; e < c.events.length; e++){