diff --git a/dist/2.0/fineui.ie.js b/dist/2.0/fineui.ie.js index 9a55e86df..3fc008ed6 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 ecdf5bd2d..d7e36761f 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 9a55e86df..3fc008ed6 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 ecdf5bd2d..d7e36761f 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 28f94c011..99975c8bf 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 5f4e82911..94ed8bd82 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 dbe0d71c3..517f29d62 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 74902f284..dc3cbcea4 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 9fd5115f5..4c4aef460 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 () {