windy 7 years ago
parent
commit
c1d5d4ac28
  1. 2
      bi/widget.js
  2. 2
      dist/bundle.js
  3. 2
      dist/bundle.min.js
  4. 2
      dist/widget.js
  5. 2
      src/widget/multiselectlist/multiselectlist.js

2
bi/widget.js

@ -11973,7 +11973,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.trigger,
height: 30
height: 24
}, {
el: this.adapter,
height: "fill"

2
dist/bundle.js vendored

@ -87019,7 +87019,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.trigger,
height: 30
height: 24
}, {
el: this.adapter,
height: "fill"

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/widget.js vendored

@ -11973,7 +11973,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.trigger,
height: 30
height: 24
}, {
el: this.adapter,
height: "fill"

2
src/widget/multiselectlist/multiselectlist.js

@ -143,7 +143,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.trigger,
height: 30
height: 24
}, {
el: this.adapter,
height: "fill"

Loading…
Cancel
Save