@ -57,12 +57,12 @@ BI.Tooltip = BI.inherit(BI.Tip, {
});
} else {
this.text = BI.createWidget({
type: "bi.text",
type: "bi.label",
element: this,
textAlign: "left",
whiteSpace: "normal",
text: o.text,
height: 16,
textHeight: 16,
hgap: this._const.hgap
}