Browse Source

Pull request #2349: 无JIRA任务 bugfix

Merge in VISUAL/fineui from ~GUY/fineui:master to master

* commit '5f9aa8a5fc7670249dc2893e33a5fbac9a4035a3':
  bugfix
es6
guy 3 years ago
parent
commit
ec8b3e49ef
  1. 2
      src/base/single/button/buttons/button.js

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

Loading…
Cancel
Save