diff --git a/gui/item_listing.lua b/gui/item_listing.lua index a46d931..25207b1 100644 --- a/gui/item_listing.lua +++ b/gui/item_listing.lua @@ -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, .3) + highlight:SetTexture(1, .9, 0, .4) row.highlight = highlight rows[row_index] = row diff --git a/gui/listing.lua b/gui/listing.lua index 16db896..4c70258 100644 --- a/gui/listing.lua +++ b/gui/listing.lua @@ -246,7 +246,7 @@ local methods = { end local highlight = row:CreateTexture() highlight:SetAllPoints() - highlight:SetTexture(1, .9, 0, .3) + highlight:SetTexture(1, .9, 0, .4) highlight:Hide() row.highlight = highlight row.st = self