Framework Update

This commit is contained in:
Tercio Jose
2022-06-07 10:56:44 -03:00
parent 78dcde2530
commit bba0d69bf6
3 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -4016,7 +4016,7 @@ function DF:CreateTabContainer (parent, title, frame_name, frameList, options_ta
local mainFrame = CreateFrame ("frame", frame_name, parent.widget or parent, "BackdropTemplate")
mainFrame:SetAllPoints()
DF:Mixin (mainFrame, DF.TabContainerFunctions)
mainFrame.hookList = hookList
mainFrame.hookList = hookList or {}
local mainTitle = DF:CreateLabel (mainFrame, title, 24, "white")
mainTitle:SetPoint ("topleft", mainFrame, "topleft", 10, -30 + y_offset)