framework update

This commit is contained in:
Tercio Jose
2022-06-03 12:48:07 -03:00
parent 7b8beeca36
commit 70e1af340b
3 changed files with 18 additions and 6 deletions
+6 -2
View File
@@ -467,9 +467,13 @@
statusBar:SetPoint ("topleft", menuBackground, "bottomleft", 0, 1)
statusBar:SetPoint ("topright", f, "bottomright", 0, 1)
statusBar:SetHeight (20)
_detalhes.gump:ApplyStandardBackdrop (statusBar)
statusBar:SetAlpha (1)
_detalhes.gump:BuildStatusbarAuthorInfo (statusBar)
DetailsFramework:BuildStatusbarAuthorInfo (statusBar)
DetailsFramework:ApplyStandardBackdrop (statusBar)
local extraDarkTexture = statusBar:CreateTexture(nil, "background")
extraDarkTexture:SetAllPoints()
extraDarkTexture:SetColorTexture(.2, .2, .2, .8)
--
local right_click_to_back = _detalhes.gump:CreateLabel (statusBar, "right click to close", 10, "gray")
right_click_to_back:SetPoint ("bottomright", statusBar, "bottomright", -1, 5)