fix: reduce flickable fade amount

This commit is contained in:
2 * r + 2 * t 2026-06-05 19:54:46 +10:00
parent 9adccb7d81
commit 06f8b44582

View file

@ -7,7 +7,7 @@ import qs.components.effects
StyledFlickable {
id: root
property real fadeAmount: 0.3
property real fadeAmount: 0.2
property real topFadeOpacity: fadeShouldBeActive(true) ? 0 : 1
property real bottomFadeOpacity: fadeShouldBeActive(false) ? 0 : 1