DEV-2541: Update 'Jump To' top bar expanded text

This commit is contained in:
Zach Fox 2019-10-23 11:14:22 -07:00
parent cf79f4807c
commit df782edcd9

View file

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