diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-09-03 01:33:21 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-09-03 01:33:42 +0200 |
commit | f7560cd998067a05f24dc3945f587d8a70053227 (patch) | |
tree | f5e9b4660f498a40cfb60c8f0ef506e022f86b25 /resources | |
parent | Translated using Weblate (French) (diff) | |
download | nheko-f7560cd998067a05f24dc3945f587d8a70053227.tar.xz |
Fix z value of avatar in timeline
Diffstat (limited to 'resources')
-rw-r--r-- | resources/qml/MessageView.qml | 2 |
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 |