framework update

This commit is contained in:
Tercio Jose
2022-09-26 14:16:01 -03:00
parent a430220913
commit dd8da2dad1
3 changed files with 38 additions and 9 deletions
+1
View File
@@ -3952,6 +3952,7 @@ function DF:CreateTabContainer (parent, title, frame_name, frameList, options_ta
local title = DF:CreateLabel (f, frame.title, 16, "silver")
title:SetPoint ("topleft", mainTitle, "bottomleft", 0, 0)
f.titleText = title
local tabButton = DF:CreateButton (mainFrame, DF.TabContainerFunctions.SelectIndex, buttonWidth, buttonHeight, frame.title, i, nil, nil, nil, "$parentTabButton" .. frame.name, false, button_tab_template)
PixelUtil.SetSize (tabButton, buttonWidth, buttonHeight)