X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22d5903e91cebda4d9614515b05cc9a894306278..7fd43a44d6a319aecdda30763fb91b69938836f9:/samples/dnd/dnd.cpp diff --git a/samples/dnd/dnd.cpp b/samples/dnd/dnd.cpp index d034080d1c..64244a8a00 100644 --- a/samples/dnd/dnd.cpp +++ b/samples/dnd/dnd.cpp @@ -239,7 +239,7 @@ void DnDFrame::OnPaint(wxPaintEvent& /*event*/) wxPaintDC dc(this); dc.SetFont( wxFont( 24, wxDECORATIVE, wxNORMAL, wxNORMAL, FALSE, "charter" ) ); - dc.DrawText( "Drag text from here!", 20, h-22 ); + dc.DrawText( "Drag text from here!", 20, h-35 ); } void DnDFrame::OnDrag(wxCommandEvent& /* event */)