# HG changeset patch # User Vynn # Date 1479700467 18000 # Node ID 60f990099d030b6aaeffa973ec27c8c09d823f04 # Parent 73a564278360e49605f65f3eee1eeacaa7528b65 Changed color and spacing on result percentages diff -r 73a564278360 -r 60f990099d03 ProspectMe_Tooltip.lua --- a/ProspectMe_Tooltip.lua Fri Nov 18 15:19:57 2016 -0500 +++ b/ProspectMe_Tooltip.lua Sun Nov 20 22:54:27 2016 -0500 @@ -146,9 +146,9 @@ if ProspectMe.Config.ShowPercent then p = num/t[item].TimesProspected*100 if p < 10 then - p = string.format("[%.1f%%]", p) + p = string.format("|cffffffff[%.1f%%] ", p) else - p = string.format("[%.0f%%]", p) + p = string.format("|cffffffff[%.0f%%] ", p) end else p = ""