Roo/form/ComboNested.js
authorAlan Knowles <alan@roojs.com>
Thu, 6 Feb 2020 09:09:11 +0000 (17:09 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 6 Feb 2020 09:09:11 +0000 (17:09 +0800)
Roo/form/ComboNested.js

index a453f44..56238b4 100644 (file)
@@ -151,7 +151,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
             store: store,
             selectedClass: this.selectedClass
         });
-
+        view.getEl().setWidth(Math.floor((lw - this.list.getFrameWidth('lr') / 3)));
         //view.on('click', this.onViewClick, this, { list : i });
 
         store.on('beforeload', this.onBeforeLoad, this);