Skip to content

Commit a606abd

Browse files
committed
fix mover dropdown placement
1 parent 8bf49ef commit a606abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ElvUI/Core/General/Config.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,8 @@ function E:CreateMoverPopup()
403403
end)
404404

405405
local dropDown = CreateFrame(E.Retail and 'DropdownButton' or 'Frame', f:GetName()..'DropDown', f, E.Retail and 'WowStyle1DropdownTemplate' or 'UIDropDownMenuTemplate')
406-
dropDown:Point('BOTTOMRIGHT', lock, 'TOPRIGHT', 8, -5)
407-
S:HandleDropDownBox(dropDown, 165)
406+
dropDown:Point('BOTTOMRIGHT', lock, 'TOPRIGHT', 2, 0)
407+
S:HandleDropDownBox(dropDown, 160)
408408

409409
dropDown.text = dropDown:CreateFontString(nil, 'OVERLAY', 'GameFontNormal')
410410
dropDown.text:Point('RIGHT', dropDown.backdrop, 'LEFT', -2, 0)

0 commit comments

Comments
 (0)