Merge pull request #16394 from zfox23/newJumpToText

DEV-2541: Update 'Jump To' top bar expanded text
This commit is contained in:
Zach Fox 2019-10-23 11:27:10 -07:00 committed by GitHub
commit cc3e390565
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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