X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FContentPanel.js;h=29f2a68cebd74bc7752fcd495cc91a819e25bb9d;hb=61bc45258e16a779856dd2ad0862630b489e4583;hp=f66fb0b9f0bce678dfea649511a759abf9ef7439;hpb=08751b8e52698b926c57e8f4c92a21978ddacf4e;p=roojs1 diff --git a/Roo/ContentPanel.js b/Roo/ContentPanel.js index f66fb0b9f0..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);