mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-08-08 05:06:55 +02:00
Merge pull request #16337 from RebeccaStankus/locationText
Added blank placeholder text on focus to text field
This commit is contained in:
commit
b45156b44c
1 changed files with 1 additions and 0 deletions
|
@ -384,6 +384,7 @@ Rectangle {
|
||||||
placeholderTextColor: "#8E8E8E"
|
placeholderTextColor: "#8E8E8E"
|
||||||
font.pixelSize: 14
|
font.pixelSize: 14
|
||||||
placeholderText: width - leftPadding - rightPadding < goToTextFieldMetrics.width ? shortPlaceholderText : longPlaceholderText
|
placeholderText: width - leftPadding - rightPadding < goToTextFieldMetrics.width ? shortPlaceholderText : longPlaceholderText
|
||||||
|
blankPlaceholderTextOnFocus: false
|
||||||
clip: true
|
clip: true
|
||||||
selectByMouse: true
|
selectByMouse: true
|
||||||
autoScroll: true
|
autoScroll: true
|
||||||
|
|
Loading…
Reference in a new issue