From 2fd9877ba5658d19180b3efeecb71d474e99cdc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Wed, 28 Sep 2022 16:26:55 +0200 Subject: [PATCH] fix(StatusChatInfoButton): space between # and channel name lower the spacing to better match the designs Closes #7592 --- ui/StatusQ/src/StatusQ/Controls/StatusChatInfoButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/StatusQ/src/StatusQ/Controls/StatusChatInfoButton.qml b/ui/StatusQ/src/StatusQ/Controls/StatusChatInfoButton.qml index b4ed2f92e2..cea1ea803e 100644 --- a/ui/StatusQ/src/StatusQ/Controls/StatusChatInfoButton.qml +++ b/ui/StatusQ/src/StatusQ/Controls/StatusChatInfoButton.qml @@ -74,7 +74,7 @@ Button { RowLayout { Layout.fillWidth: true Layout.alignment: Qt.AlignLeading | Qt.AlignBottom - spacing: root.spacing + spacing: 1 StatusIcon { visible: root.type !== StatusChatInfoButton.Type.OneToOneChat