mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 12:51:17 +02:00
Updating sign up text, moving forgotten info links
This commit is contained in:
parent
901de120a6
commit
00e10ad684
1 changed files with 5 additions and 7 deletions
|
@ -128,9 +128,8 @@ Item {
|
||||||
ShortcutText {
|
ShortcutText {
|
||||||
z: 10
|
z: 10
|
||||||
anchors {
|
anchors {
|
||||||
left: usernameField.right
|
right: usernameField.right
|
||||||
top: usernameField.bottom
|
top: usernameField.top
|
||||||
leftMargin: usernameField.textFieldLabel.contentWidth + 10
|
|
||||||
topMargin: -19
|
topMargin: -19
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -157,9 +156,8 @@ Item {
|
||||||
ShortcutText {
|
ShortcutText {
|
||||||
z: 10
|
z: 10
|
||||||
anchors {
|
anchors {
|
||||||
left: passwordField.right
|
right: passwordField.right
|
||||||
top: passwordField.bottom
|
top: passwordField.top
|
||||||
leftMargin: passwordField.textFieldLabel.contentWidth + 10
|
|
||||||
topMargin: -19
|
topMargin: -19
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -232,7 +230,7 @@ Item {
|
||||||
RalewaySemiBold {
|
RalewaySemiBold {
|
||||||
size: hifi.fontSizes.inputLabel
|
size: hifi.fontSizes.inputLabel
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
text: qsTr("Don't have an account?")
|
text: qsTr("New to High Fidelity?")
|
||||||
}
|
}
|
||||||
|
|
||||||
Button {
|
Button {
|
||||||
|
|
Loading…
Reference in a new issue