~fboucault/unity-2d/dash_lens_bar_robust_icon

« back to all changes in this revision

Viewing changes to places/SearchEntry.qml

  • Committer: Florian Boucault
  • Date: 2011-08-25 13:08:52 UTC
  • mfrom: (574.75.15 unity-2d)
  • Revision ID: florian@boucault.net-20110825130852-d79ur8mu0tvcv01s
MergedĀ lp:unity-2d

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
                }
154
154
            }
155
155
 
156
 
            Text {
 
156
            TextCustom {
157
157
                id: search_instructions
158
158
 
159
159
                anchors.left: parent.left
162
162
 
163
163
                color: "white"
164
164
                opacity: 0.5
165
 
                font.pixelSize: 20
 
165
                fontSize: "x-large"
166
166
                font.italic: true
167
167
                text: {
168
168
                    if(search_input.text)