mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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 {
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue