Quantcast

Reduce icon size in reward tooltip to match text size

WildCard_25 [03-24-19 - 04:08]
Reduce icon size in reward tooltip to match text size
Filename
GarrisonCommander.lua
diff --git a/GarrisonCommander.lua b/GarrisonCommander.lua
index a9dcb87..df5f625 100644
--- a/GarrisonCommander.lua
+++ b/GarrisonCommander.lua
@@ -2672,7 +2672,7 @@ function addon:AddRewardExtraTooltip(this,...)
 				local _1,l,_3,_4,_5,_6,_7,_8,_9,t=GetItemInfo(k)
 				local buy,source=self:GetMarketValue(l or k)
 				if l then
-					tip:AddDoubleLine(format("|T%s:32|t %s %3.2f%%",t,l,c/total*100),
+					tip:AddDoubleLine(format("|T%s:16|t %s %3.2f%%",t,l,c/total*100),
 					--tip:AddDoubleLine(format("link:%s %s",t,l),
 						GetMoneyString(buy) .. ' ' .. source)
 				else