From 598e2af4a818acdd31f3e723a8e1b603e52d61a9 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Tue, 11 Nov 2008 19:52:23 +0100 Subject: [PATCH] Slightly adjusted the NormalTexture of the buttons to feel like before --- ActionButton.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ActionButton.lua b/ActionButton.lua index df19b15..6e18302 100644 --- a/ActionButton.lua +++ b/ActionButton.lua @@ -48,7 +48,11 @@ function Bartender4.Button:Create(id, parent) oldNT:Hide() button.normalTexture = button:CreateTexture(("%sBTNT"):format(name)) - button.normalTexture:SetAllPoints(oldNT) + button.normalTexture:SetWidth(66) + button.normalTexture:SetHeight(66) + button.normalTexture:ClearAllPoints() + button.normalTexture:SetPoint("CENTER", 0, -1) + button.normalTexture:Show() --button:SetFrameStrata("MEDIUM")