some fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2000-07-14 05:17:27 +00:00
parent c18da485ed
commit 29963001d3
2 changed files with 4 additions and 3 deletions

View File

@@ -47,7 +47,8 @@ class RunDemoApp(wxApp):
# its own top-level window
if win:
# so set the frame to a good size for showing stuff
frame.SetSize((600, 450))
frame.SetSize((640, 480))
win.SetFocus()
else:
# otherwise the demo made its own frame, so just put a