Working on volume

This commit is contained in:
quadbyte 2025-08-10 15:37:26 -04:00
parent 9e0bb64d07
commit 5fd3c4a53e
6 changed files with 515 additions and 7 deletions

View file

@ -57,6 +57,6 @@ Singleton {
}
// 3) Safe default
return 1.0
return 1.4
}
}

View file

@ -62,6 +62,7 @@ Singleton {
property int marginXL: 20
// Opacity
property real opacityNone: 0.0
property real opacityLight: 0.25
property real opacityMedium: 0.5
property real opacityHeavy: 0.75