View Single Post
Old 02-24-2003, 09:07 AM   #10
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

IF you have a custom EQUI_ShortDurationBuffWindow.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:

<Screen item = "ShortDurationBuffWindow">
<!--<ScreenID/>-->
<Text>Songs</Text>
<RelativePosition>false</RelativePosition>
<Location>
<X>315</X>
<Y>0</Y>
</Location>
<Size>
<CX>104</CX>
<CY>395</CY>
</Size>

CHANGE:

<Location>
<X>315</X>
<Y>0</Y>
</Location>
<Size>
<CX>104</CX>
<CY>395</CY>
</Size>

TO:

<Location>
<X>415</X>
<Y>395</Y>
</Location>
<Size>
<CX>104</CX>
<CY>160</CY>
</Size>
Cairenn is offline