mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
Adding margins to forgotten link text
This commit is contained in:
parent
2443723a2b
commit
92f218ae29
1 changed files with 2 additions and 0 deletions
|
@ -147,6 +147,7 @@ Item {
|
|||
anchors {
|
||||
right: usernameField.right
|
||||
top: usernameField.bottom
|
||||
topMargin: 2
|
||||
}
|
||||
|
||||
text: "<a href='https://highfidelity.com/users/password/new'>Forgot Username?</a>"
|
||||
|
@ -174,6 +175,7 @@ Item {
|
|||
anchors {
|
||||
right: passwordField.right
|
||||
top: passwordField.bottom
|
||||
topMargin: 2
|
||||
}
|
||||
|
||||
text: "<a href='https://highfidelity.com/users/password/new'>Forgot Password?</a>"
|
||||
|
|
Loading…
Reference in a new issue