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:
parent
8a47799516
commit
f8765d9101
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user