mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 08:33:36 +02:00
Line up wxChoice controls and their labels.
This commit is contained in:
@@ -216,21 +216,16 @@ void LevellerDialog::PopulateOrExchange(ShuttleGui & S)
|
||||
S.SetBorder(5);
|
||||
S.AddSpace(5);
|
||||
|
||||
S.StartHorizontalLay();
|
||||
S.StartMultiColumn(2);
|
||||
{
|
||||
S.TieChoice(_("Degree of Leveling:"),
|
||||
mLevellerNumPassesChoiceIndex,
|
||||
&numPasses);
|
||||
}
|
||||
S.EndHorizontalLay();
|
||||
|
||||
S.StartHorizontalLay();
|
||||
{
|
||||
S.TieChoice(_("Noise Threshold:"),
|
||||
mLevellerDbChoiceIndex,
|
||||
&db);
|
||||
}
|
||||
S.EndHorizontalLay();
|
||||
S.EndMultiColumn();
|
||||
}
|
||||
|
||||
void LevellerDialog::OnPreview(wxCommandEvent & WXUNUSED(event))
|
||||
|
Reference in New Issue
Block a user