Skip to content

Commit

Permalink
Tweak Taxi skin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Oct 30, 2019
1 parent 3bc5439 commit 2d98f63
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ShestakUI/Modules/Skins/Blizzard/Taxi.lua
Expand Up @@ -6,12 +6,10 @@ if C.skins.blizzard_frames ~= true then return end
----------------------------------------------------------------------------------------
local function LoadSkin()
TaxiFrame:StripTextures()
TaxiFrame:CreateBackdrop("Transparent")
TaxiFrame.backdrop:SetPoint("TOPLEFT", -5, 3)
TaxiFrame.backdrop:SetPoint("BOTTOMRIGHT", 5, -7)
TaxiFrame.TitleText:SetPoint("TOP", TaxiFrame, "TOP", -4, -25)
TaxiRouteMap:CreateBackdrop("Default")
T.SkinCloseButton(TaxiFrame.CloseButton)
TaxiFrame.CloseButton:SetPoint("TOPRIGHT", -4, -1)
TaxiFrame.CloseButton:SetPoint("TOPRIGHT", -9, -26)
end

tinsert(T.SkinFuncs["ShestakUI"], LoadSkin)

0 comments on commit 2d98f63

Please sign in to comment.