mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #16223 from zfox23/simplifiedGoToIteration
Whoops! New placeholder text color
This commit is contained in:
commit
97ef2c030e
1 changed files with 1 additions and 0 deletions
|
@ -378,6 +378,7 @@ Rectangle {
|
|||
rightPadding: 8
|
||||
bottomBorderVisible: false
|
||||
backgroundColor: "#1D1D1D"
|
||||
placeholderTextColor: "#8E8E8E"
|
||||
font.pixelSize: 14
|
||||
placeholderText: width - leftPadding - rightPadding < goToTextFieldMetrics.width ? shortPlaceholderText : longPlaceholderText
|
||||
clip: true
|
||||
|
|
Loading…
Reference in a new issue