Use resize() to resize windows. set_default_size() doesn't work on the root window...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 23 Feb 2008 12:59:43 +0000 (12:59 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 23 Feb 2008 12:59:43 +0000 (12:59 +0000)
commitf0d845c8781d4f4fea73ce830b5de7c115638d30
treec90d1cf4ece8434242aaf9733f21b3ca9afe697a
parentc2e1e65c0f837dcdd34cf39a097ea85a4741c149
Use resize() to resize windows.  set_default_size() doesn't work on the root window, since it has already been presented, and set_size_request() prevents the user from reducing the window's size.  Also, wait until the size and position are set before presenting the window.

git-svn-id: http://svn.voria.com/code@1808 1f10aa63-cdf2-0310-b900-c93c546f37ac
synfig-studio/trunk/src/gtkmm/app.cpp