From d023801f536644007ed0ab9a563d876cf01b4c63 Mon Sep 17 00:00:00 2001 From: Alexandra Betouni Date: Tue, 12 Jul 2022 16:16:33 +0300 Subject: [PATCH] fix(CreateChatView): Updated top margin based on designs Closes #6352 --- ui/app/AppLayouts/Chat/views/CreateChatView.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/views/CreateChatView.qml b/ui/app/AppLayouts/Chat/views/CreateChatView.qml index 297b77a56f4..b105ab80da0 100644 --- a/ui/app/AppLayouts/Chat/views/CreateChatView.qml +++ b/ui/app/AppLayouts/Chat/views/CreateChatView.qml @@ -81,8 +81,9 @@ Page { // TODO: Could it be replaced to `GroupChatPanel`? header: RowLayout { id: headerRow + anchors.top: parent.top + anchors.topMargin: Style.current.halfPadding height: tagSelector.height - anchors.topMargin: 8 clip: true StatusTagSelector { id: tagSelector