mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-06 08:40:13 +01:00
Changed the layout of the TimeScale effect dialog
This commit is contained in:
@@ -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"));
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user