Updating sign up text, moving forgotten info links

This commit is contained in:
Alexia Mandeville 2018-09-06 14:05:51 -07:00
parent 901de120a6
commit 00e10ad684

View file

@ -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 {