Quote Originally Posted by Yinkendra
How do you remove the Bars from the windows? and how the heck do you stretch it vertically?.. :shock:
You mean the titlebars? I use maximizer for that.

For the main window I have:
margin = 480,30,0,0
Moves the top of the window down 480px and the bottom up 30px (so it's not hidden behind the task bar)

For the top two I have:
margin = 0,570,0,840 and margin = 0,570,840,0
So the bottom of the windows are 570px up from the bottom (ends up being 480px high)

At first that just stretched the windows out, which made the bottom window really really ugly. I found in another post here that you can set the game resolution to pretty much any value in the config.wtf file. So the two top windows have:
SET gxResolution "840x480"
and the bottom one has:
SET gxResolution "1680x570"

Just don't change any video settings in-game, or it'll reset the resolution and you have to re-edit the config.wtf files.