Move the Form role from LoginPage to its ColumnLayout
Is the ColumnLayout that functions as a form, not the whole page.
This commit is contained in:
parent
9f181047ac
commit
0416992a57
|
@ -22,10 +22,10 @@ Page {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Accessible.role: Accessible.Form
|
|
||||||
title: qsTr("Login")
|
title: qsTr("Login")
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
|
Accessible.role: Accessible.Form
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
|
||||||
GridLayout {
|
GridLayout {
|
||||||
|
|
Loading…
Reference in New Issue