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

index 52a64cb..96d7046 100644 (file)
@@ -338,6 +338,7 @@ panel.load({
             Roo.log(this.resizeEl);
             Roo.log(this.el);
             Roo.log(this.adjustments);
+            Roo.log([width, height]);
         }
         if(this.resizeEl != this.el){
             width -= this.el.getFrameWidth('lr');
@@ -345,6 +346,7 @@ panel.load({
         }
         if(this.toolbar){
             var te = this.toolbar.getEl();
+            Roo.log(te);
             height -= te.getHeight();
             te.setWidth(width);
         }