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

index 8adc2e6..52a64cb 100644 (file)
@@ -337,7 +337,7 @@ panel.load({
             Roo.log('adjustForComponents ');
             Roo.log(this.resizeEl);
             Roo.log(this.el);
-            
+            Roo.log(this.adjustments);
         }
         if(this.resizeEl != this.el){
             width -= this.el.getFrameWidth('lr');
@@ -356,7 +356,6 @@ panel.load({
             te.setWidth(width);
         }
         
-        
         if(this.adjustments){
             width += this.adjustments[0];
             height += this.adjustments[1];