Mercurial > wow > reaction
diff classes/PetActionButton.lua @ 142:b68be4b6d129
Fixed pet bar normal texture size
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Mon, 13 Apr 2009 20:51:57 +0000 |
parents | 16048f516f5e |
children | d2f289c3bae6 |
line wrap: on
line diff
--- 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()