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