Long names

 From:  Michael Gibson
3490.2 In reply to 3490.1 
Hi Danny, I'm not really sure what I could do about that - would you expect the browser item to word wrap, or the entire browser panel to widen up dynamically if you have a long name? There are probably going to be difficulties with attempting either of those though.

You can edit the browser (when in it's separate panel mode) to make its regular width to be larger though, if that would help.

To do that open up the file BrowserPane.htm which is in the \ui subfolder under MoI's main installation folder.

Inside that file you will see that the first child of the <body> tag is a <div> that has a bunch of A characters in it, like: AAAAAAAAAAAAAAAAA

That's currently what actually defines the width of the pane, add in like 10 more A characters to that and it will make the browser pane wider.

- Michael