Skip to content

Commit

Permalink
Fixed border for Black Market's items.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Oct 27, 2017
1 parent b0de36a commit 37536f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ShestakUI/Modules/Skins/Blizzard/BlackMarket.lua
Expand Up @@ -20,6 +20,7 @@ local function LoadSkin()

BlackMarketFrame.HotDeal:StripTextures()
BlackMarketFrame.HotDeal.Item.IconTexture:SetTexCoord(0.1, 0.9, 0.1, 0.9)
BlackMarketFrame.HotDeal.Item.IconBorder:SetAlpha(0)
BlackMarketFrame.HotDeal.Item:CreateBackdrop("Default")
BlackMarketFrame.HotDeal.Item:StyleButton()
BlackMarketFrame.HotDeal.Item.hover:SetAllPoints()
Expand Down Expand Up @@ -55,6 +56,8 @@ local function LoadSkin()
button.Item.IconTexture:SetPoint("TOPLEFT", 2, -2)
button.Item.IconTexture:SetPoint("BOTTOMRIGHT", -2, 2)

button.Item.IconBorder:SetAlpha(0)

button:SetHighlightTexture(C.media.texture)
button:GetHighlightTexture():SetVertexColor(0.243, 0.570, 1, 0.2)

Expand Down

0 comments on commit 37536f3

Please sign in to comment.