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

index f66fb0b..132478a 100644 (file)
@@ -295,7 +295,7 @@ panel.load({
     
     adjustForComponents : function(width, height)
     {
-        Roo.log('adjustForComponents ');
+        //Roo.log('adjustForComponents ');
         if(this.resizeEl != this.el){
             width -= this.el.getFrameWidth('lr');
             height -= this.el.getFrameWidth('tb');
@@ -322,6 +322,7 @@ panel.load({
     },
     
     setSize : function(width, height){
+        Roo.log('set???');
         if(this.fitToFrame && !this.ignoreResize(width, height)){
             if(this.fitContainer && this.resizeEl != this.el){
                 this.el.setSize(width, height);