examples/layout/calendar.js
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 07:58:16 +0000 (15:58 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 07:58:16 +0000 (15:58 +0800)
examples/layout/calendar.js

index 74b80ce..9589401 100644 (file)
@@ -17,12 +17,10 @@ calendarpanel = new Roo.XComponent({
         return {
             xtype: 'NestedLayoutPanel',
             xns: Roo,
-            height : 900,
             region : 'center',
             layout : {
                 xtype: 'BorderLayout',
                 region : 'center',
-                height : 900,
                 xns: Roo,
                 items : [
                     {
@@ -74,8 +72,7 @@ calendarpanel = new Roo.XComponent({
                 ],
                 center : {
                     xtype: 'LayoutRegion',
-                    xns: Roo,
-                    height : 900
+                    xns: Roo
                 }
             },
             listeners : {