update and locale

This commit is contained in:
Crum
2019-01-12 14:33:27 -06:00
parent aaf50317e5
commit 41336b0adf
23 changed files with 5241 additions and 3964 deletions
+6
View File
@@ -504,6 +504,12 @@ function CH:PositionChat(override)
self.initialMove = true
end
function CH:Panels_ColorUpdate()
local panelColor = E.db.chat.panelColor
LeftChatPanel.backdrop:SetBackdropColor(panelColor.r, panelColor.g, panelColor.b, panelColor.a)
RightChatPanel.backdrop:SetBackdropColor(panelColor.r, panelColor.g, panelColor.b, panelColor.a)
end
local function UpdateChatTabColor(_, r, g, b)
for i = 1, CreatedFrames do
_G["ChatFrame"..i.."TabText"]:SetTextColor(r, g, b)
+1
View File
@@ -552,6 +552,7 @@ P["chat"] = {
["tabFont"] = "PT Sans Narrow",
["tabFontSize"] = 12,
["tabFontOutline"] = "NONE",
["panelColor"] = {r = .06,g = .06,b = .06, a = 0.8}
}
--Datatexts