From b8b885f264b60cf1a5c528725352229f54259b6a Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 13 Jul 2017 17:55:11 +0800 Subject: [PATCH] Pman.Tab.GroupsList.js --- Pman.Tab.GroupsList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Tab.GroupsList.js b/Pman.Tab.GroupsList.js index f327624a..4f073ae3 100644 --- a/Pman.Tab.GroupsList.js +++ b/Pman.Tab.GroupsList.js @@ -155,7 +155,7 @@ Pman.Tab.GroupsList.prototype = { // add selection changed... this.panel = parentLayout.add(region, new Roo.GridPanel(this.grid , - { fitToframe: true,fitContainer: true, title: _this.title, id : _this.id, background: true}) + { fitToframe: true,fitContainer: true, title: _this.title, id : _this.id, background: false}) ); this.grid.render(); -- 2.39.2