Tab styling

This commit is contained in:
Gonçalo Correia 2026-05-15 14:46:30 +01:00
parent 57e69568aa
commit 825128084d
2 changed files with 22 additions and 12 deletions

View file

@ -340,7 +340,7 @@ function AltSystem:CreateBuildSkillsContent(parentFrame)
local sectionHeader = parentFrame:CreateFontString(nil, "OVERLAY", "GameFontNormalLarge")
sectionHeader:SetPoint("TOPLEFT", parentFrame, "TOPLEFT", PADDING, yPos)
sectionHeader:SetText("Skill list")
sectionHeader:SetTextColor(1, 1, 1)
--sectionHeader:SetTextColor(1, 1, 1)
yPos = yPos - 24