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

index 42baea1..3c5648c 100644 (file)
@@ -67,6 +67,8 @@ Ext.extend(Ext.form.ComboBoxLister, Ext.form.ComboBox, {
         this.trigger.setStyle('position','relative');
         this.trigger.setStyle('left', '0px');
         this.trigger.setStyle('top', '7px');
+        this.el.setStyle('vertical-align', 'text-bottom');
+        
         //this.trigger.setStyle('vertical-align', 'top');
         if (this.adder) {