From 65cc392805600abb53bc71613b1ab5b786c2a8f8 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Mon, 18 Oct 2021 15:35:56 +0200 Subject: [PATCH] Fix flicking the timeline --- imports/NeoChat/Page/RoomPage.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/imports/NeoChat/Page/RoomPage.qml b/imports/NeoChat/Page/RoomPage.qml index 32e9b8ea0..cc03bb8b1 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -229,7 +229,6 @@ Kirigami.ScrollablePage { ListView { id: messageListView - pixelAligned: true visible: !invitation.visible readonly property int largestVisibleIndex: count > 0 ? indexAt(contentX + (width / 2), contentY + height - 1) : -1