Fix glitch in timeline scrolling
Turnout that reuseItems with loader and dynamically sized items is not great.
This commit is contained in:
@@ -237,7 +237,6 @@ Kirigami.ScrollablePage {
|
|||||||
readonly property bool isLoaded: page.width * page.height > 10
|
readonly property bool isLoaded: page.width * page.height > 10
|
||||||
|
|
||||||
spacing: Config.compactLayout ? 1 : Kirigami.Units.smallSpacing
|
spacing: Config.compactLayout ? 1 : Kirigami.Units.smallSpacing
|
||||||
reuseItems: true
|
|
||||||
|
|
||||||
verticalLayoutDirection: ListView.BottomToTop
|
verticalLayoutDirection: ListView.BottomToTop
|
||||||
highlightMoveDuration: 500
|
highlightMoveDuration: 500
|
||||||
|
|||||||
Reference in New Issue
Block a user