summary refs log tree commit diff
path: root/resources/qml/MessageView.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-10-08 20:14:13 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-10-08 20:14:13 +0200
commit6c6370c83fab2140a81f431b8909746a0b6833dc (patch)
tree9c0aeaece5cdb461fdbc0863ea276e259b86137b /resources/qml/MessageView.qml
parentReimplement mention highlight and scroll to highlight (diff)
downloadnheko-6c6370c83fab2140a81f431b8909746a0b6833dc.tar.xz
Switch to manual polishing of event delegates
Diffstat (limited to 'resources/qml/MessageView.qml')
-rw-r--r--resources/qml/MessageView.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml
index 3cdfda22..3ffe7d9a 100644
--- a/resources/qml/MessageView.qml
+++ b/resources/qml/MessageView.qml
@@ -52,8 +52,8 @@ Item {
         //onModelChanged: if (room) room.sendReset()
         //reuseItems: true
         boundsBehavior: Flickable.StopAtBounds
-        displayMarginBeginning: height / 2
-        displayMarginEnd: height / 2
+        displayMarginBeginning: height / 4
+        displayMarginEnd: height / 4
         model: (filteredTimeline.filterByThread || filteredTimeline.filterByContent) ? filteredTimeline : room
         //pixelAligned: true
         spacing: 2