Make the autosave dialog resizeable

This commit is contained in:
Thomas Goyne 2012-11-08 14:35:18 -08:00
parent c41f2ff343
commit 01c833d9b3
1 changed files with 1 additions and 1 deletions

View File

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