7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 14:01:44 +00:00

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

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
);