View Single Post
Old 11-15-2002, 11:50 PM   #41
Xymarra
Manaetic Prototype IX
 
Join Date: Sep 2002
Server: E'Ci
Posts: 501
Interface Author - Click to view interfaces
Default

Quote:
using the original skin in 1200 mode, is there a way to increase the text size you are writing?


You can fix that in any UI.

Open up EQUI_ChatWindow.xml. The first part should describe the chat input line. It looks like this:

Code:
<Editbox item = "CW_ChatInput"> <ScreenID>CWChatInput</ScreenID>
After the ScreenID line, add this line:

Code:
<Font>5</Font>
You can use font 4 or 6 if you prefer. Font 3 is the default.
Xymarra is offline   Reply With Quote