fixing the transition of the previewSlideList following active item
This commit is contained in:
parent
4910eabc75
commit
8b23c9809c
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue