Roo/ContentPanel.js
authorAlan Knowles <alan@roojs.com>
Sun, 26 Aug 2012 15:09:39 +0000 (23:09 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 26 Aug 2012 15:09:39 +0000 (23:09 +0800)
Roo/ContentPanel.js

index 25194cc..5aed487 100644 (file)
@@ -277,7 +277,9 @@ panel.load({
         return this.wrapEl || this.el;
     },
     
-    adjustForComponents : function(width, height){
+    adjustForComponents : function(width, height)
+    {
+        Roo.log('adjustForComponents ');
         if(this.resizeEl != this.el){
             width -= this.el.getFrameWidth('lr');
             height -= this.el.getFrameWidth('tb');