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:
jordi fita mas 2024-12-30 10:09:14 +01:00
parent 9f181047ac
commit 0416992a57
1 changed files with 1 additions and 1 deletions

View File

@ -22,10 +22,10 @@ Page {
}
}
Accessible.role: Accessible.Form
title: qsTr("Login")
ColumnLayout {
Accessible.role: Accessible.Form
anchors.centerIn: parent
GridLayout {