diff --git a/ElvUI/Modules/Skins/Blizzard/Quest.lua b/ElvUI/Modules/Skins/Blizzard/Quest.lua index f8ecf92..b721291 100644 --- a/ElvUI/Modules/Skins/Blizzard/Quest.lua +++ b/ElvUI/Modules/Skins/Blizzard/Quest.lua @@ -15,6 +15,8 @@ local hooksecurefunc = hooksecurefunc local function LoadSkin() if E.private.skins.blizzard.enable ~= true or E.private.skins.blizzard.quest ~= true then return end + UIPanelWindows["QuestFrame"] = {area = "doublewide", pushable = 0, whileDead = 1} + local QuestStrip = { "QuestFrame", "QuestLogFrame", @@ -252,8 +254,6 @@ local function LoadSkin() QuestLogTimerText:SetTextColor(1, 1, 1) - UIPanelWindows["QuestLogFrame"] = {area = "doublewide", pushable = 0, whileDead = 1} - E:CreateBackdrop(QuestFrame, "Transparent") QuestFrame.backdrop:SetPoint("TOPLEFT", 15, -11) QuestFrame.backdrop:SetPoint("BOTTOMRIGHT", -20, 0) diff --git a/ElvUI/Modules/Skins/Blizzard/Talent.lua b/ElvUI/Modules/Skins/Blizzard/Talent.lua index 116b769..fd919ce 100644 --- a/ElvUI/Modules/Skins/Blizzard/Talent.lua +++ b/ElvUI/Modules/Skins/Blizzard/Talent.lua @@ -10,6 +10,8 @@ local unpack = unpack local function LoadSkin() if E.private.skins.blizzard.enable ~= true or E.private.skins.blizzard.talent ~= true then return end + UIPanelWindows["TalentFrame"] = {area = "left", pushable = 0, whileDead = 1} + E:StripTextures(TalentFrame) E:CreateBackdrop(TalentFrame, "Transparent") E:Point(TalentFrame.backdrop, "TOPLEFT", 13, -12)