|
|
|
@ -102053,7 +102053,7 @@ BI.NumberEditor = BI.inherit(BI.Widget, {
|
|
|
|
|
type: "bi.icon_button", |
|
|
|
|
forceNotSelected: true, |
|
|
|
|
trigger: "lclick,", |
|
|
|
|
cls: "add-up-font top-button bi-border-left bi-list-item-active3" |
|
|
|
|
cls: "add-up-font top-button bi-border-left bi-list-item-active3 icon-size-12" |
|
|
|
|
}); |
|
|
|
|
this.topBtn.on(BI.IconButton.EVENT_CHANGE, function () { |
|
|
|
|
self._finetuning(o.step); |
|
|
|
@ -102064,7 +102064,7 @@ BI.NumberEditor = BI.inherit(BI.Widget, {
|
|
|
|
|
type: "bi.icon_button", |
|
|
|
|
trigger: "lclick,", |
|
|
|
|
forceNotSelected: true, |
|
|
|
|
cls: "minus-down-font bottom-button bi-border-left bi-list-item-active3" |
|
|
|
|
cls: "minus-down-font bottom-button bi-border-left bi-list-item-active3 icon-size-12" |
|
|
|
|
}); |
|
|
|
|
this.bottomBtn.on(BI.IconButton.EVENT_CHANGE, function () { |
|
|
|
|
self._finetuning(-o.step); |
|
|
|
|