guy 3 years ago
parent
commit
08290a0c8c
  1. 1
      src/base/single/button/buttons/button.js

1
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,

Loading…
Cancel
Save