From 8c8354969dcdc9b2919868897baae624aff78a0c Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 30 Jul 2009 12:50:05 -0600 Subject: [PATCH] Better positioning of drop-down --- imp/js/src/DimpBase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/js/src/DimpBase.js b/imp/js/src/DimpBase.js index 1b20d7ecf..ad0d28d51 100644 --- a/imp/js/src/DimpBase.js +++ b/imp/js/src/DimpBase.js @@ -2451,7 +2451,7 @@ var DimpBase = { /* Add popdown menus. Check for disabled compose at the same time. */ this._addMouseEvents({ id: 'button_other', type: 'otheractions' }, $('button_other')); this._addMouseEvents({ id: 'folderopts', type: 'folderopts' }, $('folderopts').down(1)); - this._addMouseEvents({ id: 'qsearch_icon', left: true, type: 'qsearchopts' }); + this._addMouseEvents({ id: 'qsearch_icon', left: true, offset: 'qsearch', type: 'qsearchopts' }); DM.addSubMenu('ctx_message_reply', 'ctx_reply'); [ 'ctx_message_', 'oa_', 'ctx_draft_' ].each(function(i) { -- 2.11.0