1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-12 15:46:25 +01:00

Make HTML dialog resizable (on windows).

This commit is contained in:
James Crook
2017-05-20 21:56:17 +01:00
parent d549dccefd
commit 4a08ea62c0

View File

@@ -37,7 +37,7 @@ END_EVENT_TABLE()
BrowserDialog::BrowserDialog(wxWindow *pParent, const wxString &title)
: wxDialogWrapper{ pParent, ID, title }
: wxDialogWrapper{ pParent, ID, title, wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER /*| wxMAXIMIZE_BOX */ }
{
}