Inventory Pane width

Avantar
29 Oct 2014, 07:22
I was wondering if it is possible to increase the width of panes on the right hand side of the screen - like the Inventory pane?

My apologies if this question has been asked before.

The Pixie
29 Oct 2014, 08:10
Try this:

JS.eval ("$('#gamePanes').css('width', '316px')")
JS.eval ("$('#status').css('width', '1048px')")


It adds an extra 100 pixels to the panes (and to the status bar at the top to keep it aligned).

Avantar
29 Oct 2014, 08:24
Thank you Pixie!

I will give it a try as soon as I can.

Avantar
29 Oct 2014, 12:27
I have put those two lines as a function and call it as a start script. Works a treat!

The way I did it works - just not sure if it is the correct way. Feel free to correct/guide me in the correct direction. :D