mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-02 15:13:50 +01:00
Fix 'Set Track Name' input box too short.
This was a regression relative to Audacity 2.0.3
This commit is contained in:
@@ -196,7 +196,7 @@ void SetTrackNameCommand::PopulateOrExchange(ShuttleGui & S)
|
|||||||
|
|
||||||
S.StartMultiColumn(2, wxALIGN_CENTER);
|
S.StartMultiColumn(2, wxALIGN_CENTER);
|
||||||
{
|
{
|
||||||
S.TieTextBox(_("Name:"),mName);
|
S.TieTextBox(_("Name:"),mName,60);
|
||||||
}
|
}
|
||||||
S.EndMultiColumn();
|
S.EndMultiColumn();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user