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

« back to all changes in this revision

Viewing changes to app/alarm/AlarmLabel.qml

Setup autopilot infrastructure and added alarm test

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
Page {
23
23
    id: _alarmLabelPage
 
24
    objectName: "alarmLabelPage"
24
25
 
25
26
    visible: false
26
27
    title: i18n.tr("Label")
44
45
 
45
46
        TextField {
46
47
            id: _labelEntry
 
48
            objectName: "labelEntry"
47
49
            text: alarm.message
48
50
            width: parent.width
49
51
        }