 |
| Never Seen the Sunlight |
Joined: Thu Mar 24, 2011 2:10 pm Posts: 324 Location: Sydney, Australia
|
|
You should never set the parent window. People with small displays, e.g. netbooks etc. rely on the fact that a window will always be able to fit in their screen else some content will be off screen and inaccessible. Let the window manager and the user handle the size of the window, and just focus on the content. Most parent widgets will automatically resize so their children fit fine. you can set defaults and give suggestions for the parent window; but please don't try to force it. This will likely only result in a broken app.
|
|