View Single Post
  #5  
Unread 04-14-2012, 11:11 AM
Therendil's Avatar
Therendil Therendil is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2008
Posts: 415
Default

Well, I got it. I found a thread here from 2005/2006 explaining how to use UIBuilder to read and adjust the SourceRect for stuff like this. I changed

<ImageFrame atlas="none" Name="title" Source="images/frontend/splash_logos.dds" SourceRect="524,350,1002,647" />

to read

<ImageFrame atlas="none" Name="title" Source="images/frontend/splash_logos.dds" SourceRect="110,310,815,490" />

and got good registration on the image.

So now I know how to fix one thing. :-)
__________________
Reply With Quote