X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce32c85b26352304e615d27e9dcf5ca612c8ed9a..d4a376ac6c526b51dda4b40bc56e7fedb6c15ff5:/wxPython/docs/MigrationGuide.txt diff --git a/wxPython/docs/MigrationGuide.txt b/wxPython/docs/MigrationGuide.txt index d341672c01..7dd57bec23 100644 --- a/wxPython/docs/MigrationGuide.txt +++ b/wxPython/docs/MigrationGuide.txt @@ -481,11 +481,4 @@ there are compatibility aliases for much of the above items. The wxWave class has been renamed to wxSound, and now has a slightly different API. -Instead of a very small 20x20 the default window size is now a more -reasonable size, (currently 400x250 but that may change...) If you -don't specify a size, and the window/control class does not have any -definition of it's own "best size" (most controls do) then the new -default will be used. If you have code that accidentally depends on -the smaller size then things will look a bit odd. To work around this -just give those windows an explicit size when created.