wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -109,7 +109,7 @@ bool wxGenericFindReplaceDialog::Create(wxWindow *parent,
|
||||
sizer2Col->AddGrowableCol(2);
|
||||
|
||||
sizer2Col->Add(new wxStaticText(this, wxID_ANY, _("Search for:"),
|
||||
wxDefaultPosition, wxSize(80, wxDefaultSize.y)),
|
||||
wxDefaultPosition, wxSize(80, wxDefaultCoord)),
|
||||
0,
|
||||
wxALIGN_CENTRE_VERTICAL | wxALIGN_RIGHT);
|
||||
|
||||
@@ -121,7 +121,7 @@ bool wxGenericFindReplaceDialog::Create(wxWindow *parent,
|
||||
if ( style & wxFR_REPLACEDIALOG )
|
||||
{
|
||||
sizer2Col->Add(new wxStaticText(this, wxID_ANY, _("Replace with:"),
|
||||
wxDefaultPosition, wxSize(80, wxDefaultSize.y)),
|
||||
wxDefaultPosition, wxSize(80, wxDefaultCoord)),
|
||||
0,
|
||||
wxALIGN_CENTRE_VERTICAL |
|
||||
wxALIGN_RIGHT | wxTOP, 5);
|
||||
|
Reference in New Issue
Block a user