Restore HListView scrollbar

This commit is contained in:
miruka 2019-09-06 16:46:04 -04:00
parent 164f09c939
commit c35492ca62

View File

@ -24,9 +24,9 @@ ListView {
color: theme.controls.listView.highlight color: theme.controls.listView.highlight
} }
// ScrollBar.vertical: ScrollBar { ScrollBar.vertical: ScrollBar {
// visible: listView.interactive || ! listView.enableFlicking visible: listView.interactive || ! listView.enableFlicking
// } }
add: Transition { add: Transition {
ParallelAnimation { ParallelAnimation {