mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 19:22:57 +02:00
Merge pull request #16394 from zfox23/newJumpToText
DEV-2541: Update 'Jump To' top bar expanded text
This commit is contained in:
commit
cc3e390565
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ Rectangle {
|
||||||
SimplifiedControls.TextField {
|
SimplifiedControls.TextField {
|
||||||
id: goToTextField
|
id: goToTextField
|
||||||
readonly property string shortPlaceholderText: "Jump to..."
|
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
|
anchors.centerIn: parent
|
||||||
width: Math.min(parent.width, 445)
|
width: Math.min(parent.width, 445)
|
||||||
height: 35
|
height: 35
|
||||||
|
|
Loading…
Reference in a new issue