View Single Post
Old 02-10-2004, 12:15 PM   #15
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_SkillsWindow.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:

<Screen item = "SkillsWindow">
<!--<ScreenID/>-->
<!--<Font/>-->
<RelativePosition>false</RelativePosition>
<Location>
<X>20</X>
<Y>445</Y>
</Location>
<Size>
<CX>57</CX>
<CY>72</CY>
</Size>


CHANGE:

<Location>
<X>20</X>
<Y>445</Y>
</Location>

TO:

<Location>
<X>120</X>
<Y>445</Y>
</Location>

CHANGE:

<Size>
<CX>57</CX>
<CY>72</CY>
</Size>

TO:

<Size>
<CX>300</CX>
<CY>200</CY>
</Size>
Cairenn is offline