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

« back to all changes in this revision

Viewing changes to places/Home.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:
80
80
            anchors.leftMargin: 3
81
81
            width: paintedWidth
82
82
            height: icon.height
83
 
            font.pixelSize: 16
 
83
            fontSize: "large"
84
84
            horizontalAlignment: Text.AlignHCenter
85
85
            verticalAlignment: Text.AlignVCenter
86
86
        }