mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-31 07:59:27 +02:00
Fix 'Set Track Name' input box too short.
This was a regression relative to Audacity 2.0.3
This commit is contained in:
parent
30dda4fe97
commit
88dc11f525
@ -196,7 +196,7 @@ void SetTrackNameCommand::PopulateOrExchange(ShuttleGui & S)
|
||||
|
||||
S.StartMultiColumn(2, wxALIGN_CENTER);
|
||||
{
|
||||
S.TieTextBox(_("Name:"),mName);
|
||||
S.TieTextBox(_("Name:"),mName,60);
|
||||
}
|
||||
S.EndMultiColumn();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user