mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 04:18:12 +02:00
Update text in qt launcher
This commit is contained in:
parent
746a800f0f
commit
7ecd7abe2b
2 changed files with 4 additions and 3 deletions
|
@ -136,7 +136,7 @@ Item {
|
||||||
HFTextRegular {
|
HFTextRegular {
|
||||||
id: displayNameText
|
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
|
wrapMode: Text.Wrap
|
||||||
|
|
||||||
width: 430
|
width: 430
|
||||||
|
|
|
@ -21,7 +21,7 @@ Item {
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
width: 353
|
width: 383
|
||||||
height: root.height
|
height: root.height
|
||||||
|
|
||||||
|
|
||||||
|
@ -111,7 +111,8 @@ Item {
|
||||||
HFTextRegular {
|
HFTextRegular {
|
||||||
id: displayText
|
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 {
|
anchors {
|
||||||
top: password.bottom
|
top: password.bottom
|
||||||
|
|
Loading…
Reference in a new issue