Restore HListView scrollbar
This commit is contained in:
parent
164f09c939
commit
c35492ca62
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user