From ff8cc2a18aebb14aeb574aadc1ee4a3569b13081 Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Thu, 14 Jun 2018 21:44:53 +0300 Subject: [PATCH] typo --- ElvUI/Core/Movers.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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