Slightly adjusted the NormalTexture of the buttons to feel like before

This commit is contained in:
Hendrik Leppkes
2008-11-11 19:52:23 +01:00
parent c96d1a0c62
commit 598e2af4a8
+5 -1
View File
@@ -48,7 +48,11 @@ function Bartender4.Button:Create(id, parent)
oldNT:Hide() oldNT:Hide()
button.normalTexture = button:CreateTexture(("%sBTNT"):format(name)) 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") --button:SetFrameStrata("MEDIUM")