View Single Post
01-26-11, 03:17 AM   #300
zynix
A Cliff Giant
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 70
Originally Posted by LLozaa View Post
this is my ui and i wanna know how to get the stats to show where the red box is

thanks
You could use the Stats container layout, you would need to change the location of the box.
The first panel called Container is the one you'll need to edit.
You should change the anchor_to = "TOP", to anchor_to = "BOTTOM", remember the , after the line!

And you should change the y_off = -30, to around y_off = 10,
  Reply With Quote