1
0
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:
Steve Daulton
2016-08-03 00:40:21 +01:00
parent c21bbb17f2
commit fd2c65d5d2

View File

@@ -250,6 +250,7 @@ void EffectCompressor::PopulateOrExchange(ShuttleGui & S)
MAX_Ratio * SCL_Ratio,
MIN_Ratio * SCL_Ratio);
mRatioSlider->SetName(_("Ratio"));
mRatioSlider->SetPageSize(5);
mRatioText = S.AddVariableText(wxT("XXXX:1"), true,
wxALIGN_LEFT | wxALIGN_CENTER_VERTICAL);