Roo/calendar/View.js
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 12:08:16 +0000 (20:08 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 12:08:16 +0000 (20:08 +0800)
Roo/calendar/View.js

index 3a9f80c..5ab7e09 100644 (file)
@@ -705,7 +705,6 @@ Roo.extend(Roo.calendar.View, Roo.BoxComponent,  {
                 };
                 if (i == 0) {
                     cfg.cls += ' fc-event-start';
-                    cg.setStyle('margin-top', ev.row * 20 + 'px');
                 }
                 if ((i+1) == rows.length) {
                     cfg.cls += ' fc-event-end';