Libraries Update

This commit is contained in:
Tercio Jose
2023-06-27 18:21:39 -03:00
parent f30d0439e8
commit d3d5154c67
5 changed files with 43 additions and 2 deletions
+1
View File
@@ -2059,6 +2059,7 @@ function detailsFramework:CreateSimplePanel(parent, width, height, title, frameN
close:SetAlpha(0.7)
close:SetScript("OnClick", simple_panel_close_click)
simplePanel.Close = close
simplePanel.closeButton = close
local titleText = titleBar:CreateFontString(frameName and frameName .. "Title", "overlay", "GameFontNormal")
titleText:SetTextColor(.8, .8, .8, 1)