X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dabbc6a5a1795d169f26ce95927f3e4f1a5e7b7e..53ec4e97715cc01aee7cf3b991449a4aafba3909:/contrib/samples/deprecated/proplist/proplist.cpp?ds=sidebyside diff --git a/contrib/samples/deprecated/proplist/proplist.cpp b/contrib/samples/deprecated/proplist/proplist.cpp index 37b931a031..ea5e4e9931 100644 --- a/contrib/samples/deprecated/proplist/proplist.cpp +++ b/contrib/samples/deprecated/proplist/proplist.cpp @@ -307,7 +307,7 @@ void MyApp::PropertyFormTest(bool useDialog) // The name of this text item matches the "fred" property wxTextCtrl *text = new wxTextCtrl(panel, wxID_ANY, _T("Fred"), wxDefaultPosition, - wxSize( 200, wxDefaultSize.y), 0, wxDefaultValidator, _T("fred")); + wxSize( 200, wxDefaultCoord), 0, wxDefaultValidator, _T("fred")); c = new wxLayoutConstraints; c->left.SameAs(panel, wxLeft, 4);