diff --git a/src/base/single/button/buttons/button.js b/src/base/single/button/buttons/button.js index cb3024664..4337a9540 100644 --- a/src/base/single/button/buttons/button.js +++ b/src/base/single/button/buttons/button.js @@ -88,7 +88,7 @@ BI.Button = BI.inherit(BI.BasicButton, { } else { this.text = BI.createWidget({ type: "bi.label", - height: lineHeight, + height: o.height, textAlign: o.textAlign, whiteSpace: o.whiteSpace, textWidth: o.textWidth,