From 359d0ab252a7404f0a0906cd291c02ecb1f3f524 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Wed, 7 Jul 2021 13:07:03 -0400 Subject: [PATCH] code review --- ui/app/AppLayouts/Chat/components/BadgeContent.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/components/BadgeContent.qml b/ui/app/AppLayouts/Chat/components/BadgeContent.qml index 86af0e0e0e..cfd96fe991 100644 --- a/ui/app/AppLayouts/Chat/components/BadgeContent.qml +++ b/ui/app/AppLayouts/Chat/components/BadgeContent.qml @@ -5,6 +5,8 @@ import "../../../../shared" import "../../../../shared/status" Item { + id: wrapper + property color textColor: Style.current.textColor property string chatId: "" property string name: "channelName" @@ -21,7 +23,6 @@ Item { property string profileImage: realChatType === Constants.chatTypeOneToOne ? appMain.getProfileImage(chatId) || "" : "" - id: wrapper height: 24 width: childrenRect.width