diff options
author | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-31 13:09:10 +0800 |
---|---|---|
committer | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-31 13:09:10 +0800 |
commit | fa0635d5c920b33fe27376cc0f785bc5a83c7fa3 (patch) | |
tree | d1c2fbe3c468f2e4947cce9cd2ca8446c17ee78e | |
parent | 6272e8647f19cf9d12ed1f3caef9e1c31e4150d6 (diff) | |
parent | 5b41893f2ef111b931fa5013884d9a50594b2361 (diff) |
Merge branch 'development' of git@github.com:darapsa/kelakon.git
-rw-r--r-- | pages/ConfirmPasswordForm.ui.qml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pages/ConfirmPasswordForm.ui.qml b/pages/ConfirmPasswordForm.ui.qml index f29fec2..34e03ef 100644 --- a/pages/ConfirmPasswordForm.ui.qml +++ b/pages/ConfirmPasswordForm.ui.qml @@ -9,7 +9,7 @@ Rectangle { border.width: 0 property alias backButton: backButton - property alias passTextField: confirmPassTextField + property alias confirmPassTextField: confirmPassTextField property alias confirmPassButton: confirmPassButton property alias emailAddressLabel: emailAddressLabel @@ -58,12 +58,13 @@ Rectangle { Rectangle { id: userEmail + y: 292 height: 48 anchors.right: parent.right anchors.rightMargin: 16 anchors.left: parent.left anchors.leftMargin: 16 - anchors.bottom: passTextField.top + anchors.bottom: confirmPassTextField.top anchors.bottomMargin: 16 Label { |