mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
Use tooklit functions, fixed
This commit is contained in:
@@ -47,7 +47,8 @@ end
|
||||
|
||||
function E:Size(frame, width, height)
|
||||
assert(width)
|
||||
frame:SetSize(E:Scale(width), E:Scale(height or width))
|
||||
frame:SetWidth(E:Scale(width))
|
||||
frame:SetHeight(E:Scale(height or width))
|
||||
end
|
||||
|
||||
function E:Width(frame, width)
|
||||
|
||||
Reference in New Issue
Block a user