~pkunal-parmar/ubuntu-calendar-app/ICalImport

« back to all changes in this revision

Viewing changes to TimePicker.qml

  • Committer: Kunal Parmar
  • Date: 2013-10-10 11:31:38 UTC
  • mfrom: (141 ubuntu-calendar-app)
  • mto: This revision was merged to the branch mainline in revision 145.
  • Revision ID: pkunal.parmar@gmail.com-20131010113138-anjxdtwtzd85y0ce
MergedĀ fromĀ Trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        Row {
71
71
            spacing: units.gu(1)
72
72
            Button {
 
73
                objectName: "TimePickerCancelButton"
73
74
                text: i18n.tr("Cancel")
74
75
                onClicked: {
75
76
                    root.rejected()