fix(StatusChatInfoButton): space between # and channel name

lower the spacing to better match the designs

Closes #7592
This commit is contained in:
Lukáš Tinkl 2022-09-28 16:26:55 +02:00 committed by Iuri Matias
parent d65f0fa55e
commit 2fd9877ba5
1 changed files with 1 additions and 1 deletions

View File

@ -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