diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-15 21:38:32 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-15 21:38:32 +0800 |
commit | 8b503339d4c6ac0a9ce5bdea92b7a9420e76f7c5 (patch) | |
tree | 105b438e290b39d999d7da4195a78a49e30cb127 /pages/PasswordForm.ui.qml | |
parent | 380c349961d9ec18924b8bda1626b1a68883e245 (diff) | |
parent | 3d8513017b1c0c91ee764788eb1efd9b9c4a1109 (diff) |
Merge remote-tracking branch 'github/development'
Diffstat (limited to 'pages/PasswordForm.ui.qml')
-rw-r--r-- | pages/PasswordForm.ui.qml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pages/PasswordForm.ui.qml b/pages/PasswordForm.ui.qml index 8936ccd..f5d01a6 100644 --- a/pages/PasswordForm.ui.qml +++ b/pages/PasswordForm.ui.qml @@ -66,12 +66,12 @@ Rectangle { RowLayout { id: userEmail height: 56 + anchors.bottom: passTextFieldLayout.top + anchors.bottomMargin: 16 anchors.horizontalCenterOffset: 0 anchors.horizontalCenter: parent.horizontalCenter width: parent.width spacing: 8 - anchors.bottom: passTextField.top - anchors.bottomMargin: 16 Image { width: 24 @@ -95,7 +95,7 @@ Rectangle { } } RowLayout { - id: passTextField + id: passTextFieldLayout anchors.horizontalCenter: parent.horizontalCenter anchors.bottom: createPassButton.top anchors.bottomMargin: 16 @@ -114,6 +114,7 @@ Rectangle { } TextField { + id: passTextField Layout.rightMargin: 16 Layout.leftMargin: 24 Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter |