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:
@@ -56,8 +56,7 @@ END_EVENT_TABLE();
|
|||||||
BatchCommandDialog::BatchCommandDialog(wxWindow * parent, wxWindowID id):
|
BatchCommandDialog::BatchCommandDialog(wxWindow * parent, wxWindowID id):
|
||||||
wxDialog(parent, id, _("Select Command"),
|
wxDialog(parent, id, _("Select Command"),
|
||||||
wxDefaultPosition, wxSize(250,200),
|
wxDefaultPosition, wxSize(250,200),
|
||||||
wxCAPTION)
|
wxCAPTION | wxRESIZE_BORDER)
|
||||||
// wxCAPTION | wxTHICK_FRAME)
|
|
||||||
{
|
{
|
||||||
SetLabel(_("Select Command")); // Provide visual label
|
SetLabel(_("Select Command")); // Provide visual label
|
||||||
SetName(_("Select Command")); // Provide audible label
|
SetName(_("Select Command")); // Provide audible label
|
||||||
|
Reference in New Issue
Block a user