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")
|
||||
|
||||
ColumnLayout {
|
||||
Accessible.role: Accessible.Form
|
||||
anchors.centerIn: parent
|
||||
|
||||
GridLayout {
|
||||
|
|
Loading…
Reference in New Issue