Fix glitch in timeline scrolling

Turnout that reuseItems with loader and dynamically sized items is not
great.
This commit is contained in:
Carl Schwan
2021-11-19 22:52:51 +01:00
parent 935a51b477
commit bf08303a8e

View File

@@ -237,7 +237,6 @@ Kirigami.ScrollablePage {
readonly property bool isLoaded: page.width * page.height > 10
spacing: Config.compactLayout ? 1 : Kirigami.Units.smallSpacing
reuseItems: true
verticalLayoutDirection: ListView.BottomToTop
highlightMoveDuration: 500