fix: reduce flickable fade amount
This commit is contained in:
parent
9adccb7d81
commit
06f8b44582
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue