Major patch today for all interfaces due to the implementation of tabbed chat windows. All UI’s have been updated and tested.

There has been a lot of discussion about having the window title showing along with the tab. I have left it all in like Default has, this way if you want to remove it, you can – would be harder the other way around. If you use “Tell Windows”, you may want to consider leaving it the way it is so you can move the window and/or close them when you do not need the window any more. Removing the title of the window will render the window un-movable, but you could resize the window to the location you want (shrug).

To remove the title bar:

Open file name called: EQUI_ChatContainerWindow.xml
and scroll all the way to the bottom.
Find:

            <Style_Titlebar>true</Style_Titlebar>

Replace with:

            <Style_Titlebar>false</Style_Titlebar>