View Single Post
Old 02-14-2004, 12:48 PM   #9
lodidodi
Enhanced Imperial Golem
 
lodidodi's Avatar
 
Join Date: Aug 2002
Posts: 248
Interface Author - Click to view interfaces
Default

Cutanea-

No, the player/group window isn't resizable. Is it because you want to make it smaller to hide the group part of it when you aren't grouped?

It's actually not too hard to make it resizeable on your own. Just open the "EQUI_GroupWindow.xml" file. At the bottom of the file there will be a section that starts with:

<Screen item = "GroupWindow">

About 20 lines down from that, you will see the lines:

<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>

You just need to change those to:

<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>

(The reason you need to add the border is that the border is what you drag to resize the window, so it needs to be there to make the resizing possible.)

After you've made those changes, save the file then reload the UI.

Hope that works for you,
Lodi Dodi
lodidodi is offline   Reply With Quote