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

index 3f5f881..5aed487 100644 (file)
@@ -286,7 +286,7 @@ panel.load({
         }
         if(this.toolbar){
             var te = this.toolbar.getEl();
-            height -= te.getHeight() + 2;
+            height -= te.getHeight();
             te.setWidth(width);
         }
         if(this.footer){