diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-21 22:22:25 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-21 22:22:25 +0100 |
commit | 84ac122c484cb8a0b6b0b450d748137f8de8758b (patch) | |
tree | 357232ef33917007bdc72679873ab9de7bf0927b /resources/qml | |
parent | Remove useless logging (diff) | |
download | nheko-84ac122c484cb8a0b6b0b450d748137f8de8758b.tar.xz |
PixelAlign timeline view
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 |