Make the autosave dialog resizeable
This commit is contained in:
parent
c41f2ff343
commit
01c833d9b3
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
#endif
|
||||
|
||||
DialogAutosave::DialogAutosave(wxWindow *parent)
|
||||
: wxDialog(parent, -1, _("Open autosave file"), wxDefaultPosition, wxSize(800, 350))
|
||||
: wxDialog(parent, -1, _("Open autosave file"), wxDefaultPosition, wxSize(800, 350), wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
|
||||
{
|
||||
SetIcon(GETICON(open_toolbutton_16));
|
||||
|
||||
|
|
Loading…
Reference in a new issue