~josharenson/unity8/dash-refactor

« back to all changes in this revision

Viewing changes to qml/Dash/SearchHeaderContents.qml

  • Committer: Josh Arenson
  • Date: 2016-10-07 23:07:17 UTC
  • Revision ID: joshua.arenson@canonical.com-20161007230717-q7f9oayevaettzst
Fix search placeholder

Show diffs side-by-side

added added

removed removed

Lines of Context:
224
224
        objectName: "searchTextField"
225
225
        inputMethodHints: Qt.ImhNoPredictiveText
226
226
        hasClearButton: false
 
227
        placeholderText: root.scope.searchHint
227
228
        anchors {
228
229
            top: parent.top
229
230
            topMargin: units.gu(1)