Roo/calendar/View.js
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 10:44:33 +0000 (18:44 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 10:44:33 +0000 (18:44 +0800)
Roo/calendar/View.js

index 0d483c7..0744825 100644 (file)
@@ -656,8 +656,8 @@ Roo.extend(Roo.calendar.View, Roo.BoxComponent,  {
         // first make sure there is enough space..
         
         this.cells.each(function(c) {
-        
-            c.select('.fc-day-content div',true).first().setHeight(Math.max(34, c.rows * 20));
+            c.select('.fc-day-content div',true).first().setHeight(34);
+//            c.select('.fc-day-content div',true).first().setHeight(Math.max(34, c.rows * 20));
         });
         
         for (var e = 0; e < this.calevents.length; e++) {