mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 14:13:57 +01:00
Set Compressor effect ratio slider page size to 5
to provide more appropriate PgUp/PgDn for new 'Ratio' range.
This commit is contained in:
@@ -250,6 +250,7 @@ void EffectCompressor::PopulateOrExchange(ShuttleGui & S)
|
|||||||
MAX_Ratio * SCL_Ratio,
|
MAX_Ratio * SCL_Ratio,
|
||||||
MIN_Ratio * SCL_Ratio);
|
MIN_Ratio * SCL_Ratio);
|
||||||
mRatioSlider->SetName(_("Ratio"));
|
mRatioSlider->SetName(_("Ratio"));
|
||||||
|
mRatioSlider->SetPageSize(5);
|
||||||
mRatioText = S.AddVariableText(wxT("XXXX:1"), true,
|
mRatioText = S.AddVariableText(wxT("XXXX:1"), true,
|
||||||
wxALIGN_LEFT | wxALIGN_CENTER_VERTICAL);
|
wxALIGN_LEFT | wxALIGN_CENTER_VERTICAL);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user