]> git.saurik.com Git - wxWidgets.git/commitdiff
Added note about new default window sizes
authorRobin Dunn <robin@alldunn.com>
Fri, 12 Mar 2004 20:01:35 +0000 (20:01 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 12 Mar 2004 20:01:35 +0000 (20:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/MigrationGuide.txt

index 9a510f0e1dc888f4cfed392511421dbb72c645e9..d341672c014cc2e6ea9407b57e69dd210d6a8b25 100644 (file)
@@ -480,3 +480,12 @@ 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.
+