V4 Wish List

 From:  Michael Gibson
6925.226 In reply to 6925.225 
Hi Sebastian, I'll see about making it resizeable in v4.

For the moment you can get what you need by editing the UI files though, go to the /ui sub-folder and edit the file named EditNameDialog.htm in a text editor.

The text field is on line number 30 which currently has:

code:
				<td><input id="nameinput" size="32" style="width:auto;"></td>



If you change the size="32" to something larger that will give you more space, like if you make it size="64" that will have room for 64 characters.

- Michael