~mihirsoni/ubuntu-calendar-app/1188819

« back to all changes in this revision

Viewing changes to NewEvent.qml

  • Committer: mihirsoni-123
  • Date: 2014-08-18 18:40:23 UTC
  • mfrom: (391.1.10 trunk)
  • Revision ID: mihirsoni.123@gmail.com-20140818184023-3qsafk3botvwnwbc
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
681
681
                visible: recurrenceOption.selectedIndex != 0 && limitOptions.selectedIndex===2;
682
682
                DatePicker{
683
683
                    id:datePick;
684
 
                    width: parent.width
 
684
                    anchors.right: parent.right
 
685
                    anchors.left: parent.left
685
686
                }
686
687
            }
687
688
            Item{