]> git.saurik.com Git - wxWidgets.git/commit
use hard coded default size for top level windows instead of CW_USEDEFAULT: this...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Feb 2004 13:20:10 +0000 (13:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Feb 2004 13:20:10 +0000 (13:20 +0000)
commit9cb57df493d72bd0d5c87faeff5228ad4b1d1499
tree376b84d04b729eace8ef2c43f8f128584f175664
parentc360bf5bebfe57a93a5714ec386ef9175c02c821
use hard coded default size for top level windows instead of CW_USEDEFAULT: this results in more decent default frame size and fixes initial wxMiniFrame size which used to be tiny 8*8 (and so fixes bug 817832)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/window.cpp