Quote:
|
Originally Posted by sg2001
Hello,
does someone know how the recipe window can be made resizable or how I can choose a smaller font size? Unfortunately I am not able to view which books I have already scribed :-)

|
You're going to have to do a little XML editing.
Open up eq2ui_tradeskills.xml in some sort of text or xml editor, and find the line at the top beginning with "<Page Name="TradeSkills" " (it should be the 2nd line).
On that line, insert "UserResizable="true" " (with the inner set of quotes!) just before Visible=, making sure that you have a space before and a space after so that it doesn't run together. Now, I think that should allow the window to be resized.
After that, just save and have fun =)