|
|
@ -66,7 +66,7 @@ BI.NumberInterval = BI.inherit(BI.Single, { |
|
|
|
}); |
|
|
|
}); |
|
|
|
BI.createWidget({ |
|
|
|
BI.createWidget({ |
|
|
|
type: "bi.absolute", |
|
|
|
type: "bi.absolute", |
|
|
|
element: this.smallEditor.element, |
|
|
|
element: this.smallEditor, |
|
|
|
items: [{ |
|
|
|
items: [{ |
|
|
|
el: this.smallTip, |
|
|
|
el: this.smallTip, |
|
|
|
top: 0, |
|
|
|
top: 0, |
|
|
@ -104,7 +104,7 @@ BI.NumberInterval = BI.inherit(BI.Single, { |
|
|
|
}); |
|
|
|
}); |
|
|
|
BI.createWidget({ |
|
|
|
BI.createWidget({ |
|
|
|
type: "bi.absolute", |
|
|
|
type: "bi.absolute", |
|
|
|
element: this.bigEditor.element, |
|
|
|
element: this.bigEditor, |
|
|
|
items: [{ |
|
|
|
items: [{ |
|
|
|
el: this.bigTip, |
|
|
|
el: this.bigTip, |
|
|
|
top: 0, |
|
|
|
top: 0, |
|
|
|