diff options
Diffstat (limited to 'resources/qml')
-rw-r--r-- | resources/qml/TimelineView.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index d75dae46..2b537dc3 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 |