Page 1 of 1

Howto resize "main" Window?

Posted: Thu Aug 20, 2009 11:50 am
by eraldo
I have made a Status Bar with height ~40
Now the MUD output is hidden by it...
So, what I would like to do is resize(/move) the "main" Window.

I am now using the Borders from "Settings"
Is there a way to set them flexibly (i.e. Variable | from a Script )

Re: Howto resize "main" Window?

Posted: Thu Aug 20, 2009 10:16 pm
by Heiko
Well, using the borders for this purpose is correct. Extending the moveWindow function to the main screen would be too much work and you can achieve the same goal by adjusting the borders as the main user interface will be static for most people.

Re: Howto resize "main" Window?

Posted: Fri Aug 21, 2009 11:41 pm
by eraldo
Okay,... thank you for the reply.