diff --git a/src/generic/textdlgg.cpp b/src/generic/textdlgg.cpp index c2990265e3..b00d192f7b 100644 --- a/src/generic/textdlgg.cpp +++ b/src/generic/textdlgg.cpp @@ -75,7 +75,7 @@ bool wxTextEntryDialog::Create(wxWindow *parent, if ( !wxDialog::Create(GetParentForModalDialog(parent, style), wxID_ANY, caption, pos, wxDefaultSize, - wxDEFAULT_DIALOG_STYLE) ) + wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER) ) { return false; }