diff options
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 |