summary refs log tree commit diff
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-07-17 19:43:07 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-07-20 21:48:03 -0400
commit67fff656b3bc13d4264dc144582699931953ffb3 (patch)
tree0ae6f9b454af65bb5d3c8a3b582edd0b0764c05c
parentDocument bad behavior with footer and spinner (diff)
downloadnheko-67fff656b3bc13d4264dc144582699931953ffb3.tar.xz
Fix bad property name
-rw-r--r--resources/qml/InviteDialog.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/InviteDialog.qml b/resources/qml/InviteDialog.qml

index 23420fa2..8bdbb767 100644 --- a/resources/qml/InviteDialog.qml +++ b/resources/qml/InviteDialog.qml
@@ -166,8 +166,8 @@ ApplicationWindow { spacing: 10 Avatar { - width: Nheko.avatarsize - height: Nheko.avatarsize + width: Nheko.avatarSize + height: Nheko.avatarSize userid: model.mxid url: model.avatarUrl.replace("mxc://", "image://MxcImage/") displayName: model.displayName