Roo/ContentPanel.js
authoredward <edward@roojs.com>
Tue, 17 May 2016 03:11:38 +0000 (11:11 +0800)
committeredward <edward@roojs.com>
Tue, 17 May 2016 03:11:38 +0000 (11:11 +0800)
Roo/ContentPanel.js

index aac9b38..3cc953f 100644 (file)
@@ -300,6 +300,7 @@ panel.load({
         if(this.resizeEl != this.el){
             width -= this.el.getFrameWidth('lr');
             height -= this.el.getFrameWidth('tb');
+            Roo.log([width, height]);
         }
         if(this.toolbar){
             var te = this.toolbar.getEl();