DIALOG_SHIM: make default style wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER.

This commit is contained in:
jean-pierre charras 2018-10-04 16:54:39 +02:00
parent 11b45002e1
commit d2585fda50
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public:
DIALOG_SHIM( wxWindow* aParent, wxWindowID id, const wxString& title,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxDEFAULT_DIALOG_STYLE,
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER,
const wxString& name = wxDialogNameStr
);