View Single Post
08-30-08, 07:56 AM   #2
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
try to add this after line 108:
Code:
_G[v:GetName()..'Tab']:SetPoint('TOPLEFT', _G[v:GetParent():GetName()], 'BOTTOMLEFT', x, y)
Make sure to replace x and y with some numbers for the offset.
  Reply With Quote