diff --git a/src/base/single/button/buttons/button.js b/src/base/single/button/buttons/button.js index 78e073290..a76540c21 100644 --- a/src/base/single/button/buttons/button.js +++ b/src/base/single/button/buttons/button.js @@ -59,7 +59,7 @@ BI.Button = BI.inherit(BI.BasicButton, { height: o.height - 2 }); BI.createWidget({ - type: "bi.horizontal_auto", + type: "bi.center_adapt", cls: o.iconCls, element: this, hgap: o.hgap,