widgets/ComboBoxLister.js
authorAlan Knowles <alan@akkbhome.com>
Tue, 14 Sep 2010 16:04:56 +0000 (00:04 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 14 Sep 2010 16:04:56 +0000 (00:04 +0800)
widgets/ComboBoxLister.js

index f707d13..42baea1 100644 (file)
@@ -65,7 +65,7 @@ Ext.extend(Ext.form.ComboBoxLister, Ext.form.ComboBox, {
         this.wrap.dom.appendChild(this.trigger.dom);
          
         this.trigger.setStyle('position','relative');
-        this.trigger.setStyle('left', '0');
+        this.trigger.setStyle('left', '0px');
         this.trigger.setStyle('top', '7px');
         //this.trigger.setStyle('vertical-align', 'top');
         if (this.adder) {