From d583b3bb0b459e0a24d87c7f215ae76fb52d9e39 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 15 Sep 2010 00:00:00 +0800 Subject: [PATCH] widgets/ComboBoxLister.js --- widgets/ComboBoxLister.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/ComboBoxLister.js b/widgets/ComboBoxLister.js index e3657494..f8bb3987 100644 --- a/widgets/ComboBoxLister.js +++ b/widgets/ComboBoxLister.js @@ -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) { -- 2.39.2