# HG changeset patch # User Tercioo # Date 1455113591 7200 # Node ID f79f010c4651fcf4dc3e7611f96025f1bf58830e # Parent d1963bd4521926ba1a679f5f9ee1ea625a0ea457 - fixed the 'remove border' from the stamper icon. diff -r d1963bd45219 -r f79f010c4651 Hansgar_And_Franzok_Assist.lua --- a/Hansgar_And_Franzok_Assist.lua Tue Jan 19 09:47:24 2016 -0200 +++ b/Hansgar_And_Franzok_Assist.lua Wed Feb 10 12:13:11 2016 -0200 @@ -19,7 +19,7 @@ --local f = CreateFrame ("frame", "Hansgar_And_Franzok_Assist", UIParent) local f = DF:Create1PxPanel (_, 155, 166, "Hans & Franz", "Hansgar_And_Franzok_Assist", nil, "top", true) f:SetFrameStrata ("DIALOG") -f.version = "v0.16c" +f.version = "v0.16d" f.Close:SetScript ("OnClick", function (self) if (f.StampersPhase) then @@ -1167,8 +1167,8 @@ local stamper_icon = block:CreateTexture (nil, "overlay") stamper_icon:SetTexture ([[Interface\ICONS\Warrior_talent_icon_LambsToTheSlaughter]]) - stamper_icon:SetTexCoord (4/64, 60/64, 4/64, 60/64) - stamper_icon:SetSize (24, 24) + stamper_icon:SetTexCoord (5/64, 59/64, 5/64, 59/64) + stamper_icon:SetSize (23, 23) stamper_icon:SetPoint ("center", block, "center") stamper_icon:Hide() block.stamper_icon = stamper_icon