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

index 6caf3b6..25194cc 100644 (file)
@@ -289,6 +289,8 @@ panel.load({
         }
         if(this.footer){
             var te = this.footer.getEl();
+            Roo.log("footer:" + te.getHeight());
+            
             height -= te.getHeight();
             te.setWidth(width);
         }