From dbc0ad51463d481c953c60d57589aed492776074 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Mon, 5 May 2008 16:38:52 +0000 Subject: [PATCH] tweak size of the NormalTexture --- Button.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Button.lua b/Button.lua index cd5cfbd..cd1439c 100644 --- a/Button.lua +++ b/Button.lua @@ -261,7 +261,7 @@ function Button:UpdateIcon() self.icon:Hide() self.cooldown:Hide() self.normalTexture:SetTexture("Interface\\Buttons\\UI-Quickslot") - self.normalTexture:SetTexCoord(-0.1, 1.1, -0.1, 1.12) + self.normalTexture:SetTexCoord(-0.15, 1.15, -0.15, 1.17) self.hotkey:SetVertexColor(0.6, 0.6, 0.6) self.iconTex = nil end