Thread: RealUI
View Single Post
10-18-13, 04:54 AM   #2975
Drathal
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 23
Pet Battle Highlight

Hi,
i had the problem that the Pet Battle Highlight Texture was to Big. So i edited the "Skins/PetBattles.lua" File and added at line 487:

Lua Code:
  1. bu.SelectedHighlight:SetDrawLayer("BACKGROUND")
  2. bu.SelectedHighlight:SetPoint("TOPLEFT", bu, -7, 7)
  3. bu.SelectedHighlight:SetPoint("BOTTOMRIGHT", bu, 7, -7)

Hope this helps.