Pman.Tab.AdminCompanies.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 12 May 2011 07:58:23 +0000 (15:58 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 12 May 2011 07:58:23 +0000 (15:58 +0800)
Pman.Tab.AdminCompanies.js

index 783b6f6..be33fee 100644 (file)
@@ -32,7 +32,11 @@ Pman.Tab.AdminCompanies = new Roo.util.Observable({
 
         this.panel = parentLayout.addxtype({
             xtype: 'NestedLayoutPanel',
-            xns: Roo
+            xns: Roo,
+            layout : {
+                xtype: 'BorderLayout',
+                xns: Roo
+            }
         });
         this.layout = this.panel.layout;