E:Point, E:Size, E:Width, E:Height, & cleanup

This commit is contained in:
Crum
2018-05-16 23:20:04 -05:00
parent eac6a04517
commit d52da42f77
65 changed files with 958 additions and 1102 deletions
+1 -2
View File
@@ -14,8 +14,7 @@ local function LoadSkin()
local button = _G["TutorialFrameAlertButton"..i]
local icon = button:GetNormalTexture()
button:SetWidth(35)
button:SetHeight(45)
E:Size(button, 35, 45)
E:SetTemplate(button, "Default", true)
E:StyleButton(button, nil, true)