fix(Chat/UserImage): corrected user image dimensions

Closes #6852
This commit is contained in:
Alexandra Betouni 2022-08-10 17:04:56 +03:00 committed by Alexandra Betouni
parent 21aeeb8906
commit ffbe16da3e
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ import StatusQ.Core.Theme 0.1
Loader { Loader {
id: root id: root
property int imageHeight: 36 property int imageHeight: 44
property int imageWidth: 36 property int imageWidth: 44
property string name property string name
property string pubkey property string pubkey