moved the connect button to the center of the screen
This commit is contained in:
parent
29bef052c7
commit
fe08fd3f0a
3 changed files with 7 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue