mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 07:23:39 +02:00
New placeholder text color
This commit is contained in:
parent
5077089518
commit
10352f1cb2
1 changed files with 1 additions and 0 deletions
|
@ -378,6 +378,7 @@ Rectangle {
|
||||||
rightPadding: 8
|
rightPadding: 8
|
||||||
bottomBorderVisible: false
|
bottomBorderVisible: false
|
||||||
backgroundColor: "#1D1D1D"
|
backgroundColor: "#1D1D1D"
|
||||||
|
placeholderTextColor: "#8E8E8E"
|
||||||
font.pixelSize: 14
|
font.pixelSize: 14
|
||||||
placeholderText: width - leftPadding - rightPadding < goToTextFieldMetrics.width ? shortPlaceholderText : longPlaceholderText
|
placeholderText: width - leftPadding - rightPadding < goToTextFieldMetrics.width ? shortPlaceholderText : longPlaceholderText
|
||||||
clip: true
|
clip: true
|
||||||
|
|
Loading…
Reference in a new issue