From: Alan Knowles Date: Tue, 14 Sep 2010 15:59:22 +0000 (+0800) Subject: widgets/ComboBoxLister.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=c9542256932de49cdeafeb8134b31807789dde06;p=Pman.Core widgets/ComboBoxLister.js --- diff --git a/widgets/ComboBoxLister.js b/widgets/ComboBoxLister.js index a9524723..e3657494 100644 --- a/widgets/ComboBoxLister.js +++ b/widgets/ComboBoxLister.js @@ -95,7 +95,7 @@ Ext.extend(Ext.form.ComboBoxLister, Ext.form.ComboBox, { var x = w - tw; this.el.setWidth( this.adjustWidth('input', x)); - this.trigger.setStyle('left', '0px'); + this.trigger.setStyle('left', w + 'px'); if(this.list && this.listWidth === undefined){ var lw = Math.max(x + this.trigger.getWidth(), this.minListWidth);