fix(@desktop/chat): adjust start chat page

Fixes #6942
This commit is contained in:
PavelS 2022-08-18 14:16:55 +03:00 committed by PavelS
parent 6b10133c1a
commit 35d4a7c44d
1 changed files with 2 additions and 4 deletions

View File

@ -178,10 +178,8 @@ Page {
}
StatusBaseText {
anchors.left: parent.left
anchors.leftMargin: 252
anchors.right: parent.right
anchors.rightMargin: 252
width: Math.min(553, parent.width - 2 * Style.current.padding)
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
anchors.verticalCenterOffset: -(headerRow.height/2)
horizontalAlignment: Text.AlignHCenter