Skip to content

Commit

Permalink
Merge pull request #84 from HiddenDingo/main
Browse files Browse the repository at this point in the history
Temporary fixes for patch 10.0.5
  • Loading branch information
Gethe committed Jan 26, 2023
2 parents b30aa6e + aaf0422 commit 4f75cc5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Skin/Retail/Interface/AddOns/Blizzard_Channels.lua
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ function private.AddOns.Blizzard_Channels()
Skin.DialogBorderTemplate(CreateChannelPopup.BG)
local bg = CreateChannelPopup.BG:GetBackdropTexture("bg")

CreateChannelPopup.Title:ClearAllPoints()
CreateChannelPopup.Title:SetPoint("TOPLEFT", bg)
CreateChannelPopup.Title:SetPoint("BOTTOMRIGHT", bg, "TOPRIGHT", 0, -private.FRAME_TITLE_HEIGHT)
CreateChannelPopup.Header:ClearAllPoints()
CreateChannelPopup.Header:SetPoint("TOPLEFT", bg)
CreateChannelPopup.Header:SetPoint("BOTTOMRIGHT", bg, "TOPRIGHT", 0, -private.FRAME_TITLE_HEIGHT)

CreateChannelPopup.Titlebar:Hide()
CreateChannelPopup.Corner:Hide()
Expand Down
2 changes: 0 additions & 2 deletions Skin/Retail/Interface/AddOns/Blizzard_TokenUI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ function private.AddOns.Blizzard_TokenUI()
titleText:SetPoint("TOPLEFT")
titleText:SetPoint("BOTTOMRIGHT", TokenFramePopup, "TOPRIGHT", 0, -private.FRAME_TITLE_HEIGHT)

TokenFramePopup.Corner:Hide()

Skin.UICheckButtonTemplate(TokenFramePopup.InactiveCheckBox)
TokenFramePopup.InactiveCheckBox:SetPoint("TOPLEFT", TokenFramePopup, 24, -26)
Skin.UICheckButtonTemplate(TokenFramePopup.BackpackCheckBox)
Expand Down
1 change: 0 additions & 1 deletion Skin/Retail/Interface/FrameXML/RaidFrame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ function private.FrameXML.RaidFrame()

_G.RaidInfoDetailHeader:Hide()
_G.RaidInfoDetailFooter:Hide()
_G.RaidInfoDetailCorner:Hide()

Skin.RaidInfoHeaderTemplate(_G.RaidInfoInstanceLabel)
Skin.RaidInfoHeaderTemplate(_G.RaidInfoIDLabel)
Expand Down
1 change: 0 additions & 1 deletion Skin/Retail/Interface/FrameXML/ReputationFrame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ function private.FrameXML.ReputationFrame()
detailBG:SetPoint("TOPLEFT", repDetailBG, 1, -1)
detailBG:SetPoint("BOTTOMRIGHT", repDetailBG, "TOPRIGHT", -1, -142)
detailBG:SetColorTexture(Color.button:GetRGB())
_G.ReputationDetailCorner:Hide()

_G.ReputationDetailDivider:SetColorTexture(Color.frame:GetRGB())
_G.ReputationDetailDivider:ClearAllPoints()
Expand Down

0 comments on commit 4f75cc5

Please sign in to comment.