Update text in qt launcher

This commit is contained in:
Ryan Huffman 2019-10-16 22:29:55 -07:00
parent 746a800f0f
commit 7ecd7abe2b
2 changed files with 4 additions and 3 deletions

View file

@ -136,7 +136,7 @@ Item {
HFTextRegular {
id: displayNameText
text: "This is the display name other people see in world, it can be changed at anytime, from your profile."
text: "This is the display name other people see in High Fidelity. It can be changed at any time from your profile."
wrapMode: Text.Wrap
width: 430

View file

@ -21,7 +21,7 @@ Item {
}
Item {
width: 353
width: 383
height: root.height
@ -111,7 +111,8 @@ Item {
HFTextRegular {
id: displayText
text: "You can change this at anytime from your profile."
text: "This is the display name other people see in High Fidelity. It can be changed at any time from your profile."
wrapMode: Text.Wrap
anchors {
top: password.bottom