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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user