mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Fix z value of avatar in timeline
This commit is contained in:
parent
e6e54fe415
commit
f7560cd998
1 changed files with 2 additions and 0 deletions
|
@ -412,6 +412,8 @@ ScrollView {
|
||||||
Loader {
|
Loader {
|
||||||
id: section
|
id: section
|
||||||
|
|
||||||
|
z: 4
|
||||||
|
|
||||||
property int parentWidth: parent.width
|
property int parentWidth: parent.width
|
||||||
property string userId: wrapper.userId
|
property string userId: wrapper.userId
|
||||||
property string previousMessageUserId: wrapper.previousMessageUserId
|
property string previousMessageUserId: wrapper.previousMessageUserId
|
||||||
|
|
Loading…
Reference in a new issue