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

« back to all changes in this revision

Viewing changes to app/alarm/AlarmLabel.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:
21
21
 
22
22
Page {
23
23
    id: _alarmLabelPage
24
 
    objectName: "alarmLabelPage"
25
24
 
26
25
    visible: false
27
26
    title: i18n.tr("Label")
45
44
 
46
45
        TextField {
47
46
            id: _labelEntry
48
 
            objectName: "labelEntry"
49
47
            text: alarm.message
50
48
            width: parent.width
51
49
        }