Merge pull request #711 from amnezia-vpn/bugfix/anchors-page-home-warning

fixed anchors warning on PageHome
This commit is contained in:
pokamest 2024-03-25 18:38:20 +00:00 committed by GitHub
commit 30bd264f17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,13 +62,13 @@ PageType {
ConnectButton {
id: connectButton
anchors.centerIn: parent
Layout.fillHeight: true
Layout.alignment: Qt.AlignCenter
}
BasicButtonType {
anchors.horizontalCenter: parent.horizontalCenter
anchors.bottom: parent.bottom
anchors.bottomMargin: 34
Layout.alignment: Qt.AlignHCenter | Qt.AlignBottom
Layout.bottomMargin: 34
leftPadding: 16
rightPadding: 16