View Single Post
11/15/14, 09:38 AM   #2
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
The control is ZO_ActionBar1. You can shift it up by setting anchors, like any other control:
Lua Code:
  1. ZO_ActionBar1:ClearAnchors()
  2. ZO_ActionBar1:SetAnchor(BOTTOM, nil, BOTTOM, 0, -50)

Take a look at Luminary - Action Bar, it does some tricks with it
  Reply With Quote