From 959c21990c113d599752728d6623233f9f6a7919 Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Thu, 15 Jul 2021 13:08:31 +0200 Subject: [PATCH] ui(@desktop/chat): fine-tune chat info button position This was a little too low. --- ui/app/AppLayouts/Chat/CommunityColumn.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/CommunityColumn.qml b/ui/app/AppLayouts/Chat/CommunityColumn.qml index 3b745896eb..df6fbdf45a 100644 --- a/ui/app/AppLayouts/Chat/CommunityColumn.qml +++ b/ui/app/AppLayouts/Chat/CommunityColumn.qml @@ -27,7 +27,6 @@ Item { StatusChatInfoToolBar { id: communityHeader anchors.top: parent.top - anchors.topMargin: 5 anchors.horizontalCenter: parent.horizontalCenter chatInfoButton.title: chatsModel.communities.activeCommunity.name