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

index e365749..f8bb398 100644 (file)
@@ -64,7 +64,7 @@ Ext.extend(Ext.form.ComboBoxLister, Ext.form.ComboBox, {
         this.outerWrap.dom.removeChild(this.trigger.dom);
         this.wrap.dom.appendChild(this.trigger.dom);
         
-        //this.trigger.setStyle('position', 'relative');
+        this.trigger.setStyle('top', '2px');
         //this.trigger.setStyle('vertical-align', 'top');
         if (this.adder) {