summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-01-21 22:22:25 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-01-21 22:22:25 +0100
commit84ac122c484cb8a0b6b0b450d748137f8de8758b (patch)
tree357232ef33917007bdc72679873ab9de7bf0927b /resources/qml
parentRemove useless logging (diff)
downloadnheko-84ac122c484cb8a0b6b0b450d748137f8de8758b.tar.xz
PixelAlign timeline view
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/TimelineView.qml1
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