Show scrollbars for a few seconds at first

Lets the user know that there's content to scroll.
This commit is contained in:
miruka
2020-08-19 09:36:52 -04:00
parent 11def5c99f
commit 21fbe7a96b
8 changed files with 21 additions and 8 deletions

View File

@@ -100,6 +100,7 @@ ListView {
}
ScrollBar.vertical: HScrollBar {
flickableMoving: listView.moving
visible: listView.interactive
}