From d260d60ca4f35c38dad0b13c87f7da3e6bca1eff Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 6 Dec 2017 12:31:38 +0800 Subject: [PATCH] Roo/bootstrap/panel/Content.js --- Roo/bootstrap/panel/Content.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Roo/bootstrap/panel/Content.js b/Roo/bootstrap/panel/Content.js index cbf24f61c1..8adc2e6a66 100644 --- a/Roo/bootstrap/panel/Content.js +++ b/Roo/bootstrap/panel/Content.js @@ -333,6 +333,12 @@ panel.load({ adjustForComponents : function(width, height) { //Roo.log('adjustForComponents '); + if(this.title == 'Log Grid'){ + Roo.log('adjustForComponents '); + Roo.log(this.resizeEl); + Roo.log(this.el); + + } if(this.resizeEl != this.el){ width -= this.el.getFrameWidth('lr'); height -= this.el.getFrameWidth('tb'); -- 2.39.2