mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-28 08:54:43 +00:00
E:Point, E:Size, E:Width, E:Height, & cleanup
This commit is contained in:
@@ -5,8 +5,8 @@ local function LoadSkin()
|
||||
if E.private.skins.blizzard.enable ~= true or E.private.skins.blizzard.taxi ~= true then return end
|
||||
|
||||
E:CreateBackdrop(TaxiFrame, "Transparent")
|
||||
TaxiFrame.backdrop:SetPoint("TOPLEFT", 11, -12)
|
||||
TaxiFrame.backdrop:SetPoint("BOTTOMRIGHT", -34, 75)
|
||||
E:Point(TaxiFrame.backdrop, "TOPLEFT", 11, -12)
|
||||
E:Point(TaxiFrame.backdrop, "BOTTOMRIGHT", -34, 75)
|
||||
|
||||
E:StripTextures(TaxiFrame)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user