moved the connect button to the center of the screen

This commit is contained in:
vladimir.kuznetsov 2023-08-28 11:06:58 +03:00
parent 29bef052c7
commit fe08fd3f0a
3 changed files with 7 additions and 4 deletions

View file

@ -27,7 +27,10 @@ PageType {
property string defaultContainerName: ContainersModel.defaultContainerName
ConnectButton {
anchors.centerIn: parent
anchors.top: parent.top
anchors.bottom: buttonBackground.top
anchors.right: parent.right
anchors.left: parent.left
}
Connections {