~pkunal-parmar/ubuntu-calendar-app/Minor-Performance

« back to all changes in this revision

Viewing changes to NewEvent.qml

  • Committer: Tarmac
  • Author(s): Mihir Soni
  • Date: 2014-10-22 18:27:38 UTC
  • mfrom: (519.1.3 limitLablesModel)
  • Revision ID: tarmac-20141022182738-g8jxgtygmunt7y6g
Moved limitLabels from object to ListModel.

Approved by Kunal Parmar, Ubuntu Phone Apps Jenkins Bot, Arto Jalkanen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
355
355
                anchors {
356
356
                    left: parent.left
357
357
                    right: parent.right
 
358
                    leftMargin: units.gu(-1)
358
359
                }
359
360
 
360
361
                text: i18n.tr("All day event")
534
535
 
535
536
                anchors {
536
537
                    left: parent.left
 
538
                    leftMargin: units.gu(-1)
537
539
                }
538
540
 
539
541
                showDivider: false
554
556
 
555
557
                anchors{
556
558
                    left:parent.left
 
559
                    leftMargin: units.gu(-1)
557
560
                }
558
561
                showDivider: false
559
562
                progression: true