Roo/bootstrap/Calendar.js
authorEdward <edward@roojs.com>
Thu, 6 Mar 2014 09:17:16 +0000 (17:17 +0800)
committerEdward <edward@roojs.com>
Thu, 6 Mar 2014 09:17:16 +0000 (17:17 +0800)
Roo/bootstrap/Calendar.js

index 1b98c44..7e3c00f 100644 (file)
@@ -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));
+            });
+            
         }
         
     },