mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 15:41:11 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user