From 84ac122c484cb8a0b6b0b450d748137f8de8758b Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Tue, 21 Jan 2020 22:22:25 +0100 Subject: [PATCH] PixelAlign timeline view --- resources/qml/TimelineView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index d75dae4..2b537dc 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -50,6 +50,7 @@ Item { model: timelineManager.timeline boundsBehavior: Flickable.StopAtBounds + pixelAligned: true MouseArea { anchors.fill: parent