DataObjects/I18n.php
[Pman.Core] / Pman.Tab.PersonList.js
index 264b141..83cf27e 100644 (file)
@@ -144,7 +144,7 @@ Pman.Tab.PersonList.prototype = {
             {
                
                 center: {
-                    autoScroll:true,
+                    autoScroll:false,
                     hideTabs: true
                 }
             }
@@ -152,8 +152,13 @@ Pman.Tab.PersonList.prototype = {
 
 
 
-        this.tab = parentLayout.add(region,  new Roo.NestedLayoutPanel(
-            this.layout, {title: this.title, background: true, controller : this}));
+        this.tab = parentLayout.add(region,
+            new Roo.NestedLayoutPanel(
+                this.layout, {
+                    title: this.title,
+                    background: true,
+                    controller : this
+        }));
 
         this.tab.on('activate', function() {
             _this.delayedCreate();
@@ -272,7 +277,8 @@ Pman.Tab.PersonList.prototype = {
         });
         this.panel  = this.layout.add('center',  new Roo.GridPanel(this.grid , {
                 fitToframe: true,
-                fitContainer: true, 
+                fitContainer: true,
+                //background : false,
                 id: this.id, 
                 title: this.title || "Staff", 
                 controller : this