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:
parent
11b45002e1
commit
d2585fda50
@ -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
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user