# HG changeset patch # User Flick # Date 1239655917 0 # Node ID b68be4b6d1290658ebb84fd86b5d04f6983bf157 # Parent 0de0e64a970f04830f81102244845115c5303ac3 Fixed pet bar normal texture size diff -r 0de0e64a970f -r b68be4b6d129 classes/PetActionButton.lua --- a/classes/PetActionButton.lua Mon Apr 13 20:42:21 2009 +0000 +++ b/classes/PetActionButton.lua Mon Apr 13 20:51:57 2009 +0000 @@ -84,6 +84,9 @@ -- resize to 30x30 f:SetHeight(30) f:SetWidth(30) + local nt = _G[name.."NormalTexture"] + nt:SetHeight(54) + nt:SetWidth(54) end local barFrame = bar:GetFrame()