Thread: Tablets UI 2.0
View Single Post
Old 09-14-2005, 08:12 PM   #104
unseenforces25
A Fire Beetle
 
Join Date: May 2004
Posts: 2
Default Hot Bar 1 w/ no title

Open up the latest EQUI_HotButtonWnd.xml with a text editor.

Search for Hot Bar 1
Look for these 2 Tags:
<Style_Titlebar>true</Style_Titlebar>
<Style_Closebox>true</Style_Closebox>

Change these both to false:
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>

Then change the size of the box. Scroll a few lines up to this area:
<Size>
<CX>160</CX>
<CY>256</CY>
</Size>

Change the CY Tag to 240.
<Size>
<CX>160</CX>
<CY>240</CY>
</Size>

Attached is the modded file.
Attached Files
File Type: xml EQUI_HotButtonWnd.xml (110.2 KB, 29 views)
unseenforces25 is offline   Reply With Quote