Is there a terminal command that can be used to resize a program window to it's default size? By this I mean the same size as when you first launched the program.
Try "defaults read", and look at the keys it lists. See if you can find something relating to window size, then use "defaults delete" to take it out, and force the program to rebuild it.