mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-03 14:25:38 +02:00
smartlist: don't reposition the view at the current index
Gitlab: #1273 Change-Id: I4a8cac7caef3c5935b65dacb35b4fc235525ca48
This commit is contained in:
parent
e8e9fd30c9
commit
3b85425aa3
1 changed files with 3 additions and 3 deletions
|
@ -35,9 +35,9 @@ JamiListView {
|
|||
}
|
||||
currentIndex: model.currentFilteredRow
|
||||
|
||||
// highlight selection
|
||||
// down and hover states are done within the delegate
|
||||
highlightMoveDuration: 60
|
||||
// Disable highlight on current item; we do this ourselves with the
|
||||
// SmartListItemDelegate.
|
||||
highlightFollowsCurrentItem: false
|
||||
|
||||
headerPositioning: ListView.OverlayHeader
|
||||
header: Rectangle {
|
||||
|
|
Loading…
Add table
Reference in a new issue