beautify text tags on unlocked bars
This commit is contained in:
@@ -79,7 +79,7 @@ function Bartender4.Bar:Create(id, template, config)
|
||||
overlay:SetBackdropBorderColor(0.5, 0.5, 0, 0)
|
||||
overlay.Text = overlay:CreateFontString(nil, "ARTWORK")
|
||||
overlay.Text:SetFontObject(GameFontNormal)
|
||||
overlay.Text:SetText("Bar "..id)
|
||||
overlay.Text:SetText(tonumber(id) and "Bar "..id or id.." Bar")
|
||||
overlay.Text:Show()
|
||||
overlay.Text:ClearAllPoints()
|
||||
overlay.Text:SetPoint("CENTER", overlay, "CENTER")
|
||||
|
||||
Reference in New Issue
Block a user