thirdparty: decrease totemtimers icon outline

This commit is contained in:
shagu
2020-12-26 16:25:06 +01:00
parent 3b6ef1812f
commit 6af467aaf1
+2 -1
View File
@@ -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)