Merge pull request #16223 from zfox23/simplifiedGoToIteration

Whoops! New placeholder text color
This commit is contained in:
Zach Fox 2019-09-19 16:40:48 -04:00 committed by GitHub
commit 97ef2c030e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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