From 3af8c0beee1e2c331f562a90ffaacd07fd8c0265 Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Sat, 31 Aug 2019 12:01:16 +0800 Subject: Label on password form shows input e-mail address --- pages/PasswordForm.ui.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pages/PasswordForm.ui.qml') diff --git a/pages/PasswordForm.ui.qml b/pages/PasswordForm.ui.qml index 98c90a2..757017b 100644 --- a/pages/PasswordForm.ui.qml +++ b/pages/PasswordForm.ui.qml @@ -11,6 +11,7 @@ Rectangle { property alias backButton: backButton property alias passTextField: passTextField property alias createPassButton: createPassButton + property alias emailAddressLabel: emailAddressLabel Rectangle { id: appBar @@ -66,6 +67,7 @@ Rectangle { anchors.bottomMargin: 16 Label { + id: emailAddressLabel anchors.right: parent.right anchors.rightMargin: 16 anchors.left: parent.left -- cgit v1.2.3