View Single Post
05/18/14, 05:42 PM   #2
Harven
 
Harven's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 135
Hey,
when setting an anchor of your top level control just set it to ZO_Compass like this:

Lua Code:
  1. yourControl:SetAnchor(CENTER, ZO_Compass, CENTER)
In the above example you control will appear at the center of the compass
  Reply With Quote