From 51d376ce5d92432559716083cbd7603bfe67f2d5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 7 Feb 2020 12:58:51 +0800 Subject: [PATCH] Roo/form/ComboNested.js --- Roo/form/ComboNested.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/form/ComboNested.js b/Roo/form/ComboNested.js index 1ca12c7e96..a6af7b2163 100644 --- a/Roo/form/ComboNested.js +++ b/Roo/form/ComboNested.js @@ -271,7 +271,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, { this.views[opts.list+1].getEl().setHeight( this.innerLists[0].getHeight()); this.views[opts.list+1].getEl().setStyle({ display : rec.data.cn.length ? 'block' : 'none' }); this.innerLists[opts.list+1].setHeight( this.innerLists[0].getHeight()); - this.list.setWidth(lw * (opts.list + (rec.data.cn.length ? 1 : 0))); + this.list.setWidth(lw * (opts.list + (rec.data.cn.length ? 2 : 1))); } -- 2.39.2