mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
addons: fix wrong parent
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ pfUI:RegisterModule("addons", function ()
|
||||
end)
|
||||
|
||||
-- list
|
||||
pfUI.addons.list = CreateFrame("Frame", "pfAddonList", UIParent)
|
||||
pfUI.addons.list = CreateFrame("Frame", "pfAddonList", pfUI.addons)
|
||||
pfUI.addons.list:SetHeight(GetNumAddOns() * 25)
|
||||
pfUI.addons.list:SetWidth(350)
|
||||
pfUI.addons.list:SetPoint("CENTER", 0,0)
|
||||
|
||||
Reference in New Issue
Block a user