Roo/bootstrap/panel/Content.js
authoredward <edward@roojs.com>
Wed, 6 Dec 2017 04:52:47 +0000 (12:52 +0800)
committeredward <edward@roojs.com>
Wed, 6 Dec 2017 04:52:47 +0000 (12:52 +0800)
Roo/bootstrap/panel/Content.js

index d363035..4db1d1e 100644 (file)
@@ -344,10 +344,8 @@ panel.load({
         }
         if(this.footer){
             var te = this.footer.getEl();
-            Roo.log("footer:" + te.getHeight());
-            
-            height -= te.getHeight();
             te.setWidth(width);
+            height -= te.getHeight();
         }