changeset 55:60f990099d03 v2.7.1.1

Changed color and spacing on result percentages
author Vynn <mischivin@gmail.com>
date Sun, 20 Nov 2016 22:54:27 -0500
parents 73a564278360
children eedc453c2b49
files ProspectMe_Tooltip.lua
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 = ""