fixed anchors warning on PageHome
This commit is contained in:
parent
561b62cd40
commit
073491ccb4
1 changed files with 4 additions and 4 deletions
|
@ -62,13 +62,13 @@ PageType {
|
||||||
|
|
||||||
ConnectButton {
|
ConnectButton {
|
||||||
id: connectButton
|
id: connectButton
|
||||||
anchors.centerIn: parent
|
Layout.fillHeight: true
|
||||||
|
Layout.alignment: Qt.AlignCenter
|
||||||
}
|
}
|
||||||
|
|
||||||
BasicButtonType {
|
BasicButtonType {
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
Layout.alignment: Qt.AlignHCenter | Qt.AlignBottom
|
||||||
anchors.bottom: parent.bottom
|
Layout.bottomMargin: 34
|
||||||
anchors.bottomMargin: 34
|
|
||||||
leftPadding: 16
|
leftPadding: 16
|
||||||
rightPadding: 16
|
rightPadding: 16
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue