mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +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 {
|
anchors {
|
||||||
right: usernameField.right
|
right: usernameField.right
|
||||||
top: usernameField.bottom
|
top: usernameField.bottom
|
||||||
topMargin: 2
|
topMargin: 4
|
||||||
}
|
}
|
||||||
|
|
||||||
text: "<a href='https://highfidelity.com/users/password/new'>Forgot Username?</a>"
|
text: "<a href='https://highfidelity.com/users/password/new'>Forgot Username?</a>"
|
||||||
|
@ -175,7 +175,7 @@ Item {
|
||||||
anchors {
|
anchors {
|
||||||
right: passwordField.right
|
right: passwordField.right
|
||||||
top: passwordField.bottom
|
top: passwordField.bottom
|
||||||
topMargin: 2
|
topMargin: 4
|
||||||
}
|
}
|
||||||
|
|
||||||
text: "<a href='https://highfidelity.com/users/password/new'>Forgot Password?</a>"
|
text: "<a href='https://highfidelity.com/users/password/new'>Forgot Password?</a>"
|
||||||
|
|
Loading…
Reference in a new issue