diff --git a/src/widget/multiselecttree/multiselecttree.js b/src/widget/multiselecttree/multiselecttree.js index d48d562bf..959c6593b 100644 --- a/src/widget/multiselecttree/multiselecttree.js +++ b/src/widget/multiselecttree/multiselecttree.js @@ -100,11 +100,11 @@ BI.MultiSelectTree = BI.inherit(BI.Single, { }); BI.createWidget({ - type: "bi.vtape", + type: "bi.vertical_fill", element: this, items: [{ el: this.searcher, - height: this._constant.EDITOR_HEIGHT + height: "" }, { el: this.adapter, height: "fill"