From: john Date: Fri, 7 Dec 2018 09:35:00 +0000 (+0800) Subject: FIX: margin bottom for dialog X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=94f362425d460324eb0cdb6a40c0510253e47190 FIX: margin bottom for dialog --- diff --git a/Roo/bootstrap/Modal.js b/Roo/bootstrap/Modal.js index ab945dd052..c350584a4a 100644 --- a/Roo/bootstrap/Modal.js +++ b/Roo/bootstrap/Modal.js @@ -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);