From 7128e084089797231caa5ae368a5c56df5ba11fa Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Sun, 23 May 2021 10:01:26 -0400 Subject: [PATCH] fix: code review --- ui/app/AppLayouts/Chat/CommunityComponents/CategoryList.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/AppLayouts/Chat/CommunityComponents/CategoryList.qml b/ui/app/AppLayouts/Chat/CommunityComponents/CategoryList.qml index 1e17fe3123..a0651f531e 100644 --- a/ui/app/AppLayouts/Chat/CommunityComponents/CategoryList.qml +++ b/ui/app/AppLayouts/Chat/CommunityComponents/CategoryList.qml @@ -44,6 +44,7 @@ Column { font.weight: Font.Medium font.pixelSize: 15 anchors.left: parent.left + anchors.right: parent.right anchors.leftMargin: Style.current.halfPadding anchors.verticalCenter: parent.verticalCenter }