Forum Discussion
2 Replies
- paul_scroceFrequent ContributorTry command-line arguments like -height 600 -width 800
These articles could help
http://kb.mozillazine.org/Command_line_arguments
http://support.smartbear.com/viewarticle/36444/ - maximojoFrequent Contributorof course you could always just set the window/frame size after launch
e.g.
obj.Position(0,0, 1000, 700);