Pman.Tab.AdminProjectManager.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 25 Feb 2011 07:16:45 +0000 (15:16 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 25 Feb 2011 07:16:45 +0000 (15:16 +0800)
Pman.Tab.AdminProjectManager.js

index 91b45b0..f4d2dbb 100644 (file)
@@ -37,7 +37,11 @@ Pman.Tab.AdminProjectManager = new Roo.util.Observable({
             title : "Projects",
             layout : {
                 xtype: 'BorderLayout',
-                xns: Roo
+                xns: Roo,
+                center : {
+                    xtype: 'LayoutRegion',
+                    xns: Roo
+                }
             }
         });
         this.layout = this.panel.layout;