diff options
author | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-21 14:46:26 +0800 |
---|---|---|
committer | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-21 14:46:26 +0800 |
commit | dd3ace322e24e6090b4c0dd8b90c56bacf41780a (patch) | |
tree | 684f23a46e6ec5726488b7acee7f206fb5e6fb30 /LoginForm.ui.qml | |
parent | a315b897463b1560fc65e3d128dab47a432c8f78 (diff) |
Removed an invalid referral
to a reference that had been deleted in the previous commit.
Diffstat (limited to 'LoginForm.ui.qml')
-rw-r--r-- | LoginForm.ui.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/LoginForm.ui.qml b/LoginForm.ui.qml index cae5939..d5b69c4 100644 --- a/LoginForm.ui.qml +++ b/LoginForm.ui.qml @@ -53,7 +53,6 @@ Rectangle { font.bold: false font.family: "Arial" padding: 8 - anchors.bottom: textArea.top anchors.bottomMargin: 16 anchors.right: parent.right anchors.rightMargin: 16 |