View Single Post
11-01-22, 10:25 AM   #10
Deadlyz
A Wyrmkin Dreamwalker
 
Deadlyz's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2010
Posts: 55
Originally Posted by SDPhantom View Post
You can replace the anchor adjustment section with this.
Lua Code:
  1. if self.spellbar then
  2.     self.spellbar:ClearAllPoints();
  3.     self.spellbar:SetPoint("TOPLEFT",self,"BOTTOMLEFT",43,-46);--   Default anchor on large frame with ToT shown
  4. end
Of course, you can change the anchor to whatever you want. This is just an example.
Thank you! Does it work for both target and focus?
__________________

My last movie: Rogue Sweethearts
  Reply With Quote