~ubuntu-clock-dev/ubuntu-clock-app/reboot-packaging

« back to all changes in this revision

Viewing changes to app/alarm/AlarmSound.qml

  • Committer: Nekhelesh Ramananthan
  • Date: 2014-07-29 12:00:28 UTC
  • mto: (37.1.1 reboot)
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: krnekhelesh@gmail.com-20140729120028-821ujpa5c9li7w5a
Remove hardcoded time format in the settings page and follow the user locale

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
            Repeater {
54
54
                id: _alarmSounds
55
 
                objectName: "alarmSounds"
56
55
 
57
56
                model: _soundModel
58
57
 
65
64
 
66
65
                    Label {
67
66
                        id: _soundName
68
 
                        objectName: "soundName" + index
69
67
 
70
68
                        anchors {
71
69
                            left: parent.left
79
77
 
80
78
                    CheckBox {
81
79
                        id: _soundStatus
82
 
                        objectName: "soundStatus" + index
83
80
 
84
81
                        anchors {
85
82
                            right: parent.right