1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-16 07:31:16 +02:00

Allow resizing of the 'Select Command' dialog, a pre-cursor to committing Leland's patch for letting Nyquist commands in here.

This commit is contained in:
martynshaw99
2011-08-21 00:15:14 +00:00
parent 22407ec508
commit b579b4754c

View File

@@ -56,8 +56,7 @@ END_EVENT_TABLE();
BatchCommandDialog::BatchCommandDialog(wxWindow * parent, wxWindowID id):
wxDialog(parent, id, _("Select Command"),
wxDefaultPosition, wxSize(250,200),
wxCAPTION)
// wxCAPTION | wxTHICK_FRAME)
wxCAPTION | wxRESIZE_BORDER)
{
SetLabel(_("Select Command")); // Provide visual label
SetName(_("Select Command")); // Provide audible label