|
|
@ -74,6 +74,7 @@ BI.Button = BI.inherit(BI.BasicButton, { |
|
|
|
vgap: o.vgap, |
|
|
|
vgap: o.vgap, |
|
|
|
items: [{ |
|
|
|
items: [{ |
|
|
|
type: "bi.horizontal", |
|
|
|
type: "bi.horizontal", |
|
|
|
|
|
|
|
columnSize: ["", "fill"], |
|
|
|
items: [this.icon, this.text] |
|
|
|
items: [this.icon, this.text] |
|
|
|
}] |
|
|
|
}] |
|
|
|
}); |
|
|
|
}); |
|
|
|