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

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