mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
thirdparty: fix omen backdrop size in single mode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user