fix(spectrum): minimal signal new default to 1%

This commit is contained in:
Lemmy
2026-03-21 11:35:11 -04:00
parent 3b5e596ab3
commit bef335ab3a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ Item {
// Minimum signal properties
property bool showMinimumSignal: false
property real minimumSignalValue: 0.05 // Default to 5% of height
property real minimumSignalValue: 0.01 // Default to 1% of height
// Pre compute horizontal mirroring
readonly property int valuesCount: (values && values.length !== undefined) ? values.length : 0