From 0416992a57bee8722a4c57a738f900afa214b93f Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Mon, 30 Dec 2024 10:09:14 +0100 Subject: [PATCH] Move the Form role from LoginPage to its ColumnLayout Is the ColumnLayout that functions as a form, not the whole page. --- src/LoginPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LoginPage.qml b/src/LoginPage.qml index 28f50e2..6db1acc 100644 --- a/src/LoginPage.qml +++ b/src/LoginPage.qml @@ -22,10 +22,10 @@ Page { } } - Accessible.role: Accessible.Form title: qsTr("Login") ColumnLayout { + Accessible.role: Accessible.Form anchors.centerIn: parent GridLayout {