Roo/grid/Calendar.js
authorAlan Knowles <alan@roojs.com>
Wed, 9 Apr 2014 10:29:31 +0000 (18:29 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Apr 2014 10:29:31 +0000 (18:29 +0800)
Roo/grid/Calendar.js

index 233f6b4..6ff3b36 100644 (file)
@@ -751,6 +751,8 @@ Roo.extend(Roo.grid.Calendar, Roo.grid.Grid, {
         // first make sure there is enough space..
         
         this.cells.each(function(c) {
+            Roo.log(Math.max(34, c.rows * 20));
+            Roo.log(c.select('.fc-day-content div',true).first());
             c.select('.fc-day-content div',true).first().setHeight(Math.max(34, c.rows * 20));
         });