consistent highlight color

This commit is contained in:
Manuel Simon Hirsig
2017-02-09 11:25:08 +01:00
parent 9d206e50cf
commit 02f744abc0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ function M.new(parent, on_click, selected)
local highlight = row:CreateTexture()
highlight:SetAllPoints(row)
highlight:Hide()
highlight:SetTexture(1, .9, 0, .5)
highlight:SetTexture(1, .9, 0, .3)
row.highlight = highlight
rows[row_index] = row
+1 -1
View File
@@ -246,7 +246,7 @@ local methods = {
end
local highlight = row:CreateTexture()
highlight:SetAllPoints()
highlight:SetTexture(1, .9, 0, .5)
highlight:SetTexture(1, .9, 0, .3)
highlight:Hide()
row.highlight = highlight
row.st = self