summaryrefslogtreecommitdiff
path: root/share/qtcreator/welcomescreen/widgets/SearchBar.qml
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/welcomescreen/widgets/SearchBar.qml')
-rw-r--r--share/qtcreator/welcomescreen/widgets/SearchBar.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/share/qtcreator/welcomescreen/widgets/SearchBar.qml b/share/qtcreator/welcomescreen/widgets/SearchBar.qml
index ef8d23c1af..e2bb784e88 100644
--- a/share/qtcreator/welcomescreen/widgets/SearchBar.qml
+++ b/share/qtcreator/welcomescreen/widgets/SearchBar.qml
@@ -55,14 +55,13 @@ Rectangle {
font.family: "Helvetica"
}
- Text {
+ NativeText {
id: placeHolderText
visible: !lineEdit.text.length
text: qsTr("Search...")
anchors.fill: lineEdit
font: lineEdit.font
verticalAlignment: Text.AlignVCenter
- renderType: Text.NativeRendering
color: "gray"
}
}