SyntaxFix
Write A Post
Hire A Developer
Questions
Try parent_window.maxsize(x,x); to set the maximum size. It shouldn't get larger even if you set the background, etc.
parent_window.maxsize(x,x);
Edit: use parent_window.minsize(x,x) also to set it to a constant size!
parent_window.minsize(x,x)