File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,20 @@ FocusScope {
4949 }
5050 interactive: Window .window ? (contentHeight > Window .window .height || model .count > maxVisibleItems) : false
5151 ScrollIndicator .vertical : ScrollIndicator { }
52+ highlight: Rectangle {
53+ anchors .left : parent .left
54+ anchors .right : parent .right
55+ anchors .leftMargin : 6
56+ anchors .rightMargin : 6
57+ anchors .topMargin : 6
58+ anchors .bottomMargin : 6
59+ property D .Palette backgroundColor: DS .Style .highlightPanel .background
60+ color: D .ColorSelector .backgroundColor
61+ radius: 6 // TODO can't display background when using dtk's InWindowBlur.
62+ }
63+ highlightFollowsCurrentItem: true
64+ highlightMoveDuration: - 1
65+ highlightMoveVelocity: 400
5266 }
5367
5468 P .ArrowListViewButton {
You can’t perform that action at this time.
0 commit comments