X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FContentPanel.js;h=29f2a68cebd74bc7752fcd495cc91a819e25bb9d;hb=61bc45258e16a779856dd2ad0862630b489e4583;hp=245625f63c5e80398d882d485fa2b3d7133cc4f0;hpb=24cf9102499b2a8f8272c14aba1d89ef4ac839f4;p=roojs1 diff --git a/Roo/ContentPanel.js b/Roo/ContentPanel.js index 245625f63c..29f2a68ceb 100644 --- a/Roo/ContentPanel.js +++ b/Roo/ContentPanel.js @@ -130,8 +130,7 @@ Roo.ContentPanel = function(el, config, content){ * @param {Roo.ContentPanel} this */ "render" : true - - + }); @@ -295,7 +294,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'); @@ -307,7 +306,7 @@ panel.load({ } if(this.footer){ var te = this.footer.getEl(); - Roo.log("footer:" + te.getHeight()); + //Roo.log("footer:" + te.getHeight()); height -= te.getHeight(); te.setWidth(width); @@ -322,7 +321,6 @@ 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);