FIX: margin bottom for dialog
authorjohn <john@roojs.com>
Fri, 7 Dec 2018 09:35:00 +0000 (17:35 +0800)
committerjohn <john@roojs.com>
Fri, 7 Dec 2018 09:35:00 +0000 (17:35 +0800)
Roo/bootstrap/Modal.js

index ab945dd..c350584 100644 (file)
@@ -472,7 +472,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component,  {
     {
         this.dialogEl.setWidth(w);
         
-        var diff = this.headerEl.getHeight() + this.footerEl.getHeight() + 30; // dialog margin-bottom: 30  
+        var diff = this.headerEl.getHeight() + this.footerEl.getHeight() + 60; // dialog margin-bottom: 30  
 
         this.bodyEl.setHeight(h - diff);