Window placement changes. Pure guessing.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-11-04 19:47:03 +00:00
parent 90c6f4d6f5
commit 2e5c594e36
7 changed files with 25 additions and 13 deletions

View File

@@ -664,7 +664,7 @@ bool DnDApp::OnInit()
// create the main frame window
DnDFrame *frame = new DnDFrame((wxFrame *) NULL,
"Drag-and-Drop/Clipboard wxWindows Sample",
50, 50, 450, 340);
10, 10, 450, 340);
// activate it
frame->Show(TRUE);