diff options
author | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-31 12:01:16 +0800 |
---|---|---|
committer | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-31 12:01:16 +0800 |
commit | 3af8c0beee1e2c331f562a90ffaacd07fd8c0265 (patch) | |
tree | e0d8c8143e51858d910244a3eb0cb1831488827e /pages/PasswordForm.ui.qml | |
parent | 525b3eaf3a55ea4acf1d41189a573a54901b4426 (diff) |
Label on password form shows input e-mail address
Diffstat (limited to 'pages/PasswordForm.ui.qml')
-rw-r--r-- | pages/PasswordForm.ui.qml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |