From c04ddbc73166722f1c3950adb489590832584408 Mon Sep 17 00:00:00 2001 From: WildCard_25 Date: Sun, 24 Mar 2019 15:08:33 +1100 Subject: [PATCH] Reduce icon size in reward tooltip to match text size --- GarrisonCommander.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5