mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-26 15:20:21 +01:00
Bug 713 - remove duplicate "dB" label.
This commit is contained in:
@@ -566,7 +566,7 @@ void TruncSilenceDialog::PopulateOrExchange(ShuttleGui & S)
|
|||||||
mEffect->mTruncDbChoiceIndex,
|
mEffect->mTruncDbChoiceIndex,
|
||||||
&choices);
|
&choices);
|
||||||
S.SetSizeHints(-1, -1);
|
S.SetSizeHints(-1, -1);
|
||||||
S.AddUnits(wxT("dB"));
|
S.AddSpace(0); // 'choices' aleady includes units.
|
||||||
|
|
||||||
// Ignored silence
|
// Ignored silence
|
||||||
S.Id(ID_DETECT_SILENCE).TieNumericTextBox(_("Duration:"),
|
S.Id(ID_DETECT_SILENCE).TieNumericTextBox(_("Duration:"),
|
||||||
|
|||||||
Reference in New Issue
Block a user