diff --git a/src/widget/year/trigger.year.js b/src/widget/year/trigger.year.js index fe8976b2f..2a9cb1fde 100644 --- a/src/widget/year/trigger.year.js +++ b/src/widget/year/trigger.year.js @@ -93,7 +93,7 @@ BI.DynamicYearTrigger = BI.inherit(BI.Trigger, { BI.createWidget({ element: this, type: "bi.horizontal_fill", - columnSize: ["fill", ""], + columnSize: ["fill", "", ""], items: [{ el: this.editor }, { @@ -106,8 +106,7 @@ BI.DynamicYearTrigger = BI.inherit(BI.Trigger, { el: { type: "bi.trigger_icon_button", width: this._const.iconWidth - }, - width: this._const.iconWidth + } }] }); this.setValue(o.value);