|
|
@ -11,7 +11,7 @@ BI.SliderIconButton = BI.inherit(BI.Widget, { |
|
|
|
BI.extend(BI.SliderIconButton.superclass._init.apply(this, arguments)); |
|
|
|
BI.extend(BI.SliderIconButton.superclass._init.apply(this, arguments)); |
|
|
|
this.slider = BI.createWidget({ |
|
|
|
this.slider = BI.createWidget({ |
|
|
|
type: "bi.icon_button", |
|
|
|
type: "bi.icon_button", |
|
|
|
cls: "widget-slider-icon slider-button cursor-drag", |
|
|
|
cls: "cursor-drag widget-slider-icon slider-button", |
|
|
|
iconWidth: 14, |
|
|
|
iconWidth: 14, |
|
|
|
iconHeight: 14, |
|
|
|
iconHeight: 14, |
|
|
|
height: 14, |
|
|
|
height: 14, |
|
|
|