summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-09-03 01:33:21 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-09-03 01:33:42 +0200
commitf7560cd998067a05f24dc3945f587d8a70053227 (patch)
treef5e9b4660f498a40cfb60c8f0ef506e022f86b25 /resources
parentTranslated using Weblate (French) (diff)
downloadnheko-f7560cd998067a05f24dc3945f587d8a70053227.tar.xz
Fix z value of avatar in timeline
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/MessageView.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml
index 6446e61b..9e9ab66e 100644
--- a/resources/qml/MessageView.qml
+++ b/resources/qml/MessageView.qml
@@ -412,6 +412,8 @@ ScrollView {
             Loader {
                 id: section
 
+                z: 4
+
                 property int parentWidth: parent.width
                 property string userId: wrapper.userId
                 property string previousMessageUserId: wrapper.previousMessageUserId