mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
DEV-2541: Update 'Jump To' top bar expanded text
This commit is contained in:
parent
cf79f4807c
commit
df782edcd9
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ Rectangle {
|
|||
SimplifiedControls.TextField {
|
||||
id: goToTextField
|
||||
readonly property string shortPlaceholderText: "Jump to..."
|
||||
readonly property string longPlaceholderText: "Type the name of a location to quickly jump there..."
|
||||
readonly property string longPlaceholderText: "Quickly jump to a location by typing '/LocationName'"
|
||||
anchors.centerIn: parent
|
||||
width: Math.min(parent.width, 445)
|
||||
height: 35
|
||||
|
|
Loading…
Reference in a new issue