Skip to content

Commit

Permalink
Updated CreateChannelPopup
Browse files Browse the repository at this point in the history
Changed CreateChannelPopup to Header to solve Blizzard renaming the component

Removed CreateChannelPopup Titlebar/Corner since they were removed
  • Loading branch information
HiddenDingo committed Jan 25, 2023
1 parent aeb7571 commit aaf0422
Showing 1 changed file with 3 additions and 3 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

0 comments on commit aaf0422

Please sign in to comment.