~renatofilho/telephony-service/fix-phone-number-field-cursor

« back to all changes in this revision

Viewing changes to TextButton.qml

  • Committer: Tim Peeters
  • Date: 2012-05-02 19:52:13 UTC
  • Revision ID: tim.peeters@canonical.com-20120502195213-wwynycxjzbqwcz3t
fix tabs

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
AbstractButton {
4
4
    id: textButton
5
 
    
6
5
    property alias text: label.text
7
6
 
8
7
    Text {
9
 
        id: label
10
 
        anchors.centerIn: parent
11
 
        font.pointSize: 24;
 
8
        id: label
 
9
        anchors.centerIn: parent
 
10
        font.pointSize: 24;
12
11
    } // label
13
 
 
14
12
} // button