|
|
@ -83,6 +83,7 @@ BI.Button = BI.inherit(BI.BasicButton, { |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
this.text = BI.createWidget({ |
|
|
|
this.text = BI.createWidget({ |
|
|
|
type: "bi.label", |
|
|
|
type: "bi.label", |
|
|
|
|
|
|
|
height: o.height - 2, |
|
|
|
textAlign: o.textAlign, |
|
|
|
textAlign: o.textAlign, |
|
|
|
whiteSpace: o.whiteSpace, |
|
|
|
whiteSpace: o.whiteSpace, |
|
|
|
textWidth: o.textWidth, |
|
|
|
textWidth: o.textWidth, |
|
|
|