mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
E:Point, E:Size, E:Width, E:Height, & cleanup
This commit is contained in:
@@ -86,7 +86,7 @@ function E:CreateCooldownTimer(parent)
|
||||
timer:SetScript("OnUpdate", function() Cooldown_OnUpdate(this, arg1) end)
|
||||
|
||||
local text = timer:CreateFontString(nil, "OVERLAY")
|
||||
text:SetPoint("CENTER", 1, 1)
|
||||
E:Point(text, "CENTER", 1, 1)
|
||||
text:SetJustifyH("CENTER")
|
||||
timer.text = text
|
||||
|
||||
|
||||
Reference in New Issue
Block a user