diff --git a/src/base/single/button/buttons/button.js b/src/base/single/button/buttons/button.js index c432bc7d0..4f103ab82 100644 --- a/src/base/single/button/buttons/button.js +++ b/src/base/single/button/buttons/button.js @@ -83,6 +83,7 @@ BI.Button = BI.inherit(BI.BasicButton, { } else { this.text = BI.createWidget({ type: "bi.label", + height: o.height - 2, textAlign: o.textAlign, whiteSpace: o.whiteSpace, textWidth: o.textWidth,