From 1fd408de14f0b72d689764340cebcc22e1c76cbb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 9 Apr 2014 18:29:31 +0800 Subject: [PATCH] Roo/grid/Calendar.js --- Roo/grid/Calendar.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Roo/grid/Calendar.js b/Roo/grid/Calendar.js index 233f6b4248..6ff3b36c6d 100644 --- a/Roo/grid/Calendar.js +++ b/Roo/grid/Calendar.js @@ -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)); }); -- 2.39.2