diff --git a/ElvUI/Core/Movers.lua b/ElvUI/Core/Movers.lua index f9cf335..14b1cf2 100644 --- a/ElvUI/Core/Movers.lua +++ b/ElvUI/Core/Movers.lua @@ -54,7 +54,8 @@ local function CreateMover(parent, name, text, overlay, snapOffset, postdrag, sh f:RegisterForDrag("LeftButton", "RightButton") f:EnableMouseWheel(true) f:SetMovable(true) - E:Size(f, width) + E:Width(f, width) + E:Height(f, height) E:SetTemplate(f, "Transparent", nil, nil, true) f:Hide() f.parent = parent