From 20b3f29422f272906bc04116ed0d152f9e52b672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rich=CE=9Brd?= Date: Tue, 6 Jul 2021 14:00:55 -0400 Subject: [PATCH] fix: code review 2 Co-authored-by: Jonathan Rainville --- ui/app/AppLayouts/Chat/ChatColumn/User.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/ChatColumn/User.qml b/ui/app/AppLayouts/Chat/ChatColumn/User.qml index 0b47e3f502..f9154606b0 100644 --- a/ui/app/AppLayouts/Chat/ChatColumn/User.qml +++ b/ui/app/AppLayouts/Chat/ChatColumn/User.qml @@ -74,7 +74,7 @@ Item { Rectangle { anchors.left: contactImage.right - anchors.leftMargin: -10 + anchors.leftMargin: -Style.current.smallPadding anchors.bottom: contactImage.bottom height: 10 width: 10