2
0
mirror of https://github.com/status-im/status-desktop.git synced 2025-01-10 22:36:24 +00:00

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

Fixes 
This commit is contained in:
PavelS 2022-08-18 14:16:55 +03:00 committed by PavelS
parent 6b10133c1a
commit 35d4a7c44d

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