~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:41:18 UTC
  • mfrom: (515.4.4 ubuntu-calendar-app)
  • Revision ID: tarmac-20141022184118-gns63w98d3dysdew
Fixied Margin issues in New Event.

Approved by Ubuntu Phone Apps Jenkins Bot, Kunal Parmar.

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)
359
358
                }
360
359
 
361
360
                text: i18n.tr("All day event")
535
534
 
536
535
                anchors {
537
536
                    left: parent.left
538
 
                    leftMargin: units.gu(-1)
539
537
                }
540
538
 
541
539
                showDivider: false
556
554
 
557
555
                anchors{
558
556
                    left:parent.left
559
 
                    leftMargin: units.gu(-1)
560
557
                }
561
558
                showDivider: false
562
559
                progression: true