fix(@desktop/chat): adjust chat name placement

Fixes #7353
This commit is contained in:
PavelS 2022-09-21 12:57:08 +03:00 committed by PavelS
parent 36bea83eee
commit 36a56a8af3
1 changed files with 2 additions and 1 deletions

View File

@ -42,12 +42,13 @@ Column {
StyledText {
id: channelName
objectName: "channelIdentifierNameText"
width: parent.width
wrapMode: Text.Wrap
text: root.chatName
font.weight: Font.Bold
font.pixelSize: 22
color: Style.current.textColor
anchors.horizontalCenter: parent.horizontalCenter
horizontalAlignment: Text.AlignHCenter
}
StatusBaseText {