1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Changed the layout of the TimeScale effect dialog

This commit is contained in:
clayton.otey@gmail.com
2010-06-11 01:33:17 +00:00
parent e92ecd240b
commit 92f28a0a1d
3 changed files with 4 additions and 2 deletions

View File

@@ -215,6 +215,7 @@ void TimeScaleDialog::PopulateOrExchange(ShuttleGui & S)
S.EndHorizontalLay();
S.SetBorder(5);
S.StartMultiColumn(2, 0);
// Rate Start
S.StartStatic(_("Initial Tempo Change (%)"));
{
@@ -287,6 +288,7 @@ void TimeScaleDialog::PopulateOrExchange(ShuttleGui & S)
S.EndMultiColumn();
}
S.EndStatic();
S.EndMultiColumn();
S.StartStatic(_("Options"));
{