From add46cd1cdc9f70fc9d7d9db2060b0d061bd514e Mon Sep 17 00:00:00 2001 From: shagu Date: Sat, 21 Mar 2020 12:19:02 +0100 Subject: [PATCH] thirdparty: fix omen backdrop size in single mode --- modules/thirdparty-tbc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/thirdparty-tbc.lua b/modules/thirdparty-tbc.lua index a37df891..f8b78a25 100644 --- a/modules/thirdparty-tbc.lua +++ b/modules/thirdparty-tbc.lua @@ -8,7 +8,7 @@ pfUI:RegisterModule("thirdparty-tbc", "tbc", function () function() -- single OmenBarList:ClearAllPoints() OmenBarList:SetPoint("TOPLEFT", pfUI.chat.right, "TOPLEFT", 0, 0) - OmenBarList:SetPoint("BOTTOMRIGHT", pfUI.chat.right, "BOTTOMRIGHT", 0, 0) + OmenBarList:SetPoint("BOTTOMRIGHT", pfUI.chat.right, "BOTTOMRIGHT", 0, pfUI.panel.right:GetHeight()) OmenBarList:SetWidth(pfUI.chat.right:GetWidth()) end, function() -- dual