mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +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):"),
|
XXO("Activation level (dB):"),
|
||||||
{wxT("/AudioIO/SilenceLevel"), -50},
|
{wxT("/AudioIO/SilenceLevel"), -50},
|
||||||
0, -gPrefs->Read(ENV_DB_KEY, ENV_DB_RANGE)
|
0, -gPrefs->Read(ENV_DB_KEY, ENV_DB_RANGE)
|
||||||
);
|
)->SetMinSize(wxSize(300, wxDefaultCoord));
|
||||||
S.EndMultiColumn();
|
S.EndMultiColumn();
|
||||||
}
|
}
|
||||||
S.EndVerticalLay();
|
S.EndVerticalLay();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user