diff --git a/dist/2.0/fineui.ie.js b/dist/2.0/fineui.ie.js index 9a55e86dfa..3fc008ed6b 100644 --- a/dist/2.0/fineui.ie.js +++ b/dist/2.0/fineui.ie.js @@ -79100,6 +79100,8 @@ BI.SliderIconButton = BI.inherit(BI.Widget, { items: [{ el: { type: "bi.text_button", + width: 16, + height: 16, forceNotSelected: true, cls: "slider-button bi-list-item-select3 bi-high-light-border", ref: function () { diff --git a/dist/2.0/fineui.js b/dist/2.0/fineui.js index ecdf5bd2d5..d7e36761fc 100644 --- a/dist/2.0/fineui.js +++ b/dist/2.0/fineui.js @@ -79504,6 +79504,8 @@ BI.SliderIconButton = BI.inherit(BI.Widget, { items: [{ el: { type: "bi.text_button", + width: 16, + height: 16, forceNotSelected: true, cls: "slider-button bi-list-item-select3 bi-high-light-border", ref: function () { diff --git a/dist/bundle.ie.js b/dist/bundle.ie.js index 9a55e86dfa..3fc008ed6b 100644 --- a/dist/bundle.ie.js +++ b/dist/bundle.ie.js @@ -79100,6 +79100,8 @@ BI.SliderIconButton = BI.inherit(BI.Widget, { items: [{ el: { type: "bi.text_button", + width: 16, + height: 16, forceNotSelected: true, cls: "slider-button bi-list-item-select3 bi-high-light-border", ref: function () { diff --git a/dist/bundle.js b/dist/bundle.js index ecdf5bd2d5..d7e36761fc 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -79504,6 +79504,8 @@ BI.SliderIconButton = BI.inherit(BI.Widget, { items: [{ el: { type: "bi.text_button", + width: 16, + height: 16, forceNotSelected: true, cls: "slider-button bi-list-item-select3 bi-high-light-border", ref: function () { diff --git a/dist/fineui.ie.js b/dist/fineui.ie.js index 28f94c0111..99975c8bf9 100644 --- a/dist/fineui.ie.js +++ b/dist/fineui.ie.js @@ -79345,6 +79345,8 @@ BI.SliderIconButton = BI.inherit(BI.Widget, { items: [{ el: { type: "bi.text_button", + width: 16, + height: 16, forceNotSelected: true, cls: "slider-button bi-list-item-select3 bi-high-light-border", ref: function () { diff --git a/dist/fineui.js b/dist/fineui.js index 5f4e829119..94ed8bd826 100644 --- a/dist/fineui.js +++ b/dist/fineui.js @@ -79749,6 +79749,8 @@ BI.SliderIconButton = BI.inherit(BI.Widget, { items: [{ el: { type: "bi.text_button", + width: 16, + height: 16, forceNotSelected: true, cls: "slider-button bi-list-item-select3 bi-high-light-border", ref: function () { diff --git a/dist/fineui_without_jquery_polyfill.js b/dist/fineui_without_jquery_polyfill.js index dbe0d71c33..517f29d628 100644 --- a/dist/fineui_without_jquery_polyfill.js +++ b/dist/fineui_without_jquery_polyfill.js @@ -62141,6 +62141,8 @@ BI.SliderIconButton = BI.inherit(BI.Widget, { items: [{ el: { type: "bi.text_button", + width: 16, + height: 16, forceNotSelected: true, cls: "slider-button bi-list-item-select3 bi-high-light-border", ref: function () { diff --git a/dist/widget.js b/dist/widget.js index 74902f2841..dc3cbcea4b 100644 --- a/dist/widget.js +++ b/dist/widget.js @@ -19278,6 +19278,8 @@ BI.SliderIconButton = BI.inherit(BI.Widget, { items: [{ el: { type: "bi.text_button", + width: 16, + height: 16, forceNotSelected: true, cls: "slider-button bi-list-item-select3 bi-high-light-border", ref: function () { diff --git a/src/widget/singleslider/button/iconbutton.slider.js b/src/widget/singleslider/button/iconbutton.slider.js index 9fd5115f52..4c4aef4602 100644 --- a/src/widget/singleslider/button/iconbutton.slider.js +++ b/src/widget/singleslider/button/iconbutton.slider.js @@ -24,6 +24,8 @@ BI.SliderIconButton = BI.inherit(BI.Widget, { items: [{ el: { type: "bi.text_button", + width: 16, + height: 16, forceNotSelected: true, cls: "slider-button bi-list-item-select3 bi-high-light-border", ref: function () {