~fboucault/unity-2d/dash_lens_bar_robust_icon

« back to all changes in this revision

Viewing changes to places/SearchRefineOptionType.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:
41
41
            anchors.left: parent.left
42
42
 
43
43
            text: searchRefineOption.title
44
 
            font.pixelSize: 16
 
44
            fontSize: "large"
45
45
            font.bold: true
46
46
            font.underline: ( parent.state == "selected" || parent.state == "hovered" )
47
47
        }