From 6af467aaf14508e3cb1beefe8dfade40f5d4626b Mon Sep 17 00:00:00 2001 From: shagu Date: Sat, 26 Dec 2020 16:25:06 +0100 Subject: [PATCH] thirdparty: decrease totemtimers icon outline --- modules/thirdparty-tbc.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/thirdparty-tbc.lua b/modules/thirdparty-tbc.lua index 3e184b58..2b907a54 100644 --- a/modules/thirdparty-tbc.lua +++ b/modules/thirdparty-tbc.lua @@ -250,6 +250,7 @@ pfUI:RegisterModule("thirdparty-tbc", "tbc", function () icon:SetDrawLayer("BORDER") SkinButton(button, nil, nil, nil, icon) + SetAllPointsOffset(icon, button, 2) if _G[button:GetName().."Flash"] then SetAllPointsOffset(_G[button:GetName().."Flash"], button, 3) @@ -268,7 +269,7 @@ pfUI:RegisterModule("thirdparty-tbc", "tbc", function () icon2frame:SetFrameStrata("MEDIUM") icon2frame:SetWidth(icon2frame:GetWidth() + 1) button.icon2 = _G[button:GetName().."Icon2"] - SetAllPointsOffset(button.icon2, icon2frame, 3) + SetAllPointsOffset(button.icon2, icon2frame, 2) button.icon1Frame = CreateFrame("Frame", "TotemTimers_MainHandIcon1Frame", button) button.icon1Frame:SetWidth(16)