Roo/bootstrap/Calendar.js
authorAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 04:49:15 +0000 (12:49 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 04:49:15 +0000 (12:49 +0800)
Roo/bootstrap/Calendar.js

index 18677f8..2de4452 100644 (file)
@@ -228,6 +228,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
         var sz  = this.el.getSize();
         
         this.el.select('.fc-day-header',true).setWidth(sz.width / 7);
+        this.el.select('td.fc-day-content div',true).setHeight(34);
     }
    
 });