Skip to content

Commit

Permalink
Fixed TradeHighlight texture position.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shestak committed Aug 31, 2012
1 parent 67bb096 commit 15b9f53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ShestakUI/Modules/Skins/Blizzard/Trade.lua
Expand Up @@ -82,7 +82,7 @@ local function LoadSkin()
TradeHighlightPlayerBottom:SetTexture(0, 1, 0, 0.2)
TradeHighlightPlayerMiddle:SetTexture(0, 1, 0, 0.2)
TradeHighlightPlayer:SetFrameStrata("HIGH")
TradeHighlightPlayer:Point("TOPLEFT", TradeFrame, "TOPLEFT", 23, -100)
TradeHighlightPlayer:Point("TOPLEFT", TradeFrame, "TOPLEFT", 11, -86)

TradeHighlightPlayerEnchantTop:SetTexture(0, 1, 0, 0.2)
TradeHighlightPlayerEnchantBottom:SetTexture(0, 1, 0, 0.2)
Expand All @@ -93,7 +93,7 @@ local function LoadSkin()
TradeHighlightRecipientBottom:SetTexture(0, 1, 0, 0.2)
TradeHighlightRecipientMiddle:SetTexture(0, 1, 0, 0.2)
TradeHighlightRecipient:SetFrameStrata("HIGH")
TradeHighlightRecipient:Point("TOPLEFT", TradeFrame, "TOPLEFT", 192, -100)
TradeHighlightRecipient:Point("TOPLEFT", TradeFrame, "TOPLEFT", 179, -86)

TradeHighlightRecipientEnchantTop:SetTexture(0, 1, 0, 0.2)
TradeHighlightRecipientEnchantBottom:SetTexture(0, 1, 0, 0.2)
Expand Down
2 changes: 1 addition & 1 deletion ShestakUI/Modules/UnitFrames/Layout.lua
Expand Up @@ -1225,7 +1225,7 @@ SlashCmdList.TEST_UF = function(msg)
_G["oUF_Arena"..i.."Target"]:UpdateAllElements()

if C.unitframe.plugins_talents == true then
_G["oUF_Arena"..i].Talents:SetText(L_PLANNER_DRUID_1)
_G["oUF_Arena"..i].Talents:SetText(TALENTS)
end

if C.unitframe.plugins_diminishing == true then
Expand Down

0 comments on commit 15b9f53

Please sign in to comment.