1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 23:59:41 +02:00

Bug 1779 - Linux: Sound Activation Level window unusable / malformed. High DPI

This commit is contained in:
Leland Lucius 2021-02-09 13:07:23 -06:00
parent 8a47799516
commit f8765d9101

View File

@ -57,7 +57,7 @@ void SoundActivatedRecordDialog::PopulateOrExchange(ShuttleGui & S)
XXO("Activation level (dB):"),
{wxT("/AudioIO/SilenceLevel"), -50},
0, -gPrefs->Read(ENV_DB_KEY, ENV_DB_RANGE)
);
)->SetMinSize(wxSize(300, wxDefaultCoord));
S.EndMultiColumn();
}
S.EndVerticalLay();