fixing the transition of the previewSlideList following active item

This commit is contained in:
Chris Cochrun 2024-01-18 04:20:39 -06:00
parent 4910eabc75
commit 8b23c9809c
2 changed files with 4 additions and 4 deletions

View file

@ -199,10 +199,10 @@ FocusScope {
id: highlightBar
Rectangle {
id: activeHighlightBar
width: Kirigami.Units.gridUnit * 10
width: previewSlideList.currentItem.width
height: Kirigami.Units.gridUnit / 4
y: Kirigami.Units.gridUnit * 7.35
x: 0
x: previewSlideList.currentItem.x
radius: 5
color: Kirigami.Theme.negativeTextColor