update skins

This commit is contained in:
Crum
2018-07-19 20:38:04 -05:00
parent 70b990ec6a
commit bb867629d5
2 changed files with 5 additions and 11 deletions
-8
View File
@@ -321,14 +321,6 @@ local function LoadSkin()
end
end
--[[for i = 1, UIOptionsFrame:GetNumChildren() do
local child = select(i, UIOptionsFrame:GetChildren())
if child.GetPushedTexture and child:GetPushedTexture() and not child:GetName() then
child:SetFrameLevel(UIOptionsFrame:GetFrameLevel() + 2)
S:HandleCloseButton(child, UIOptionsFrame.backdrop)
end
end--]]
OptionsFrameDefaults:ClearAllPoints()
E:Point(OptionsFrameDefaults, "TOPLEFT", OptionsFrame, "BOTTOMLEFT", 15, 36)