changeset 142:b68be4b6d129

Fixed pet bar normal texture size
author Flick <flickerstreak@gmail.com>
date Mon, 13 Apr 2009 20:51:57 +0000
parents 0de0e64a970f
children f823f2a5dcb1
files classes/PetActionButton.lua
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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()