View Single Post
  #2  
Unread 10-01-2008, 07:47 PM
Enfield's Avatar
Enfield Enfield is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jan 2008
Posts: 23
Ah, that's because you're updating the width and height attributes when you only need to update the X and Y. This should get things working for you:

<Element ID="ToolbarField" X="64" Y="719" Width="1024" Height="144">
Reply With Quote