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

View File

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