View Single Post
  #2  
Unread 11-08-2010, 12:33 PM
The Old One The Old One is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2010
Posts: 54
open the SkinDefinition.xml and look for something like

<Element ID="ToolbarField" X="**" Y="**" Width="**" Height="**">

after the <Element ID="ToolbarField" is the code telling where the toolbar goes and how big it is
to move it to the right 50px you would increase the X="**" by 50
Reply With Quote