Roo/bootstrap/panel/Content.js
authoredward <edward@roojs.com>
Wed, 6 Dec 2017 04:31:38 +0000 (12:31 +0800)
committeredward <edward@roojs.com>
Wed, 6 Dec 2017 04:31:38 +0000 (12:31 +0800)
Roo/bootstrap/panel/Content.js

index cbf24f6..8adc2e6 100644 (file)
@@ -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');