|
|
|
@ -60,11 +60,11 @@
|
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
return { |
|
|
|
|
type: "bi.htape", |
|
|
|
|
items: [{ |
|
|
|
|
type: "bi.horizontal_fill", |
|
|
|
|
cls: "bi-border bi-border-radius", |
|
|
|
|
columnSize: ["fill", this.constants.iconWidth], |
|
|
|
|
height: opts.height - 2, |
|
|
|
|
width: opts.width - 2, |
|
|
|
|
items: [{ |
|
|
|
|
el: { |
|
|
|
|
type: "bi.combo", |
|
|
|
@ -176,7 +176,6 @@
|
|
|
|
|
type: "bi.icon_button", |
|
|
|
|
cls: "bi-trigger-icon-button time-font", |
|
|
|
|
width: this.constants.iconWidth, |
|
|
|
|
height: opts.height - 2, |
|
|
|
|
listeners: [{ |
|
|
|
|
eventName: BI.IconButton.EVENT_CHANGE, |
|
|
|
|
action: function () { |
|
|
|
@ -192,7 +191,6 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
}] |
|
|
|
|
}] |
|
|
|
|
}; |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|