Browse Source

chore: bugfix

es6
guy 3 years ago
parent
commit
581239ff8c
  1. 3
      src/case/trigger/trigger.icon.text.js

3
src/case/trigger/trigger.icon.text.js

@ -67,7 +67,8 @@ BI.IconTextTrigger = BI.inherit(BI.Trigger, {
},
{
el: this.text,
lgap: BI.isEmptyString(o.iconCls) ? 5 : 0
lgap: BI.isEmptyString(o.iconCls) ? 5 : 0,
width: "fill"
}, {
el: this.trigerButton,
width: o.triggerWidth || o.height

Loading…
Cancel
Save