mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-06-20 11:33:28 -05:00
Adjust minimum volume dB from -60 to -100
This commit is contained in:
parent
bb1f19c0cb
commit
583b559c78
|
|
@ -388,7 +388,7 @@ MacroActionAudioEdit::MacroActionAudioEdit(
|
|||
_volumePercent->setMaximum(2000);
|
||||
_volumePercent->setSuffix("%");
|
||||
|
||||
_volumeDB->setMinimum(-60);
|
||||
_volumeDB->setMinimum(-100);
|
||||
_volumeDB->setMaximum(0);
|
||||
_volumeDB->setSuffix("dB");
|
||||
_volumeDB->specialValueText("-inf");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user