View Single Post
  #2  
Unread 04-23-2009, 04:09 PM
daimon's Avatar
daimon daimon is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Aug 2007
Location: Finland
Posts: 466
the line you want to edit is Element ID="Toolbar_Quickslot"

Left
X=0
Y=screenHeight-yourImageHeight

Middle
X=(screenWidth/2)-(yourImageWidth/2)
Y=screenHeight-yourImageHeight

Right
X=screenWidth-yourImageWidth
Y=screenHeight-yourImageHeight

But .. you can use numbers that are way over your screen resolution. Like X=2000 would move the mainbar to the right side and Y=2000 would make sure that your mainbar will go to the bottom even on higher resolutions. The UI wont let them move over the screen borders if you insert high values.
__________________
~·~ DaimonUI ~·~
avatar by Humon
Reply With Quote