~unity-2d-team/unity-2d/natty

« back to all changes in this revision

Viewing changes to places/SearchEntry.qml

  • Committer: Tarmac
  • Author(s): Florian Boucault
  • Date: 2011-08-25 13:09:15 UTC
  • mfrom: (681.5.1 dash_updated_font_size)
  • Revision ID: ubuntu.builder@gmail.com-20110825130915-p06urrp1lungukmz
[dash] New TextCustom.fontSize property that takes a textual description of the
size (e.g. 'small', 'medium', etc.) thus ensuring font size consistency accross
the user interface.
Fixed font sizes to match the latest designs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
                }
146
146
            }
147
147
 
148
 
            Text {
 
148
            TextCustom {
149
149
                id: search_instructions
150
150
 
151
151
                anchors.left: parent.left
154
154
 
155
155
                color: "white"
156
156
                opacity: 0.5
157
 
                font.pixelSize: 20
 
157
                fontSize: "x-large"
158
158
                font.italic: true
159
159
                text: {
160
160
                    if(search_input.text)