~ubuntu-calendar-dev/ubuntu-calendar-app/trunk

« back to all changes in this revision

Viewing changes to ContactChoicePopup.qml

  • Committer: Nekhelesh Ramananthan
  • Date: 2014-09-15 17:05:39 UTC
  • mto: This revision was merged to the branch mainline in revision 448.
  • Revision ID: krnekhelesh@gmail.com-20140915170539-8xomwef0r37fl5wy
Fixed AP test

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
        anchors.right: parent.right
76
76
        anchors.margins: units.gu(1)
77
77
 
78
 
        NewEventEntryField{
 
78
        TextField {
79
79
            id: searchBox
80
80
            objectName: "contactPopoverInput"
81
81
            focus: true
85
85
                 height: parent.height*0.5
86
86
                 width: parent.height*0.5
87
87
                 anchors.verticalCenter: parent.verticalCenter
88
 
                 anchors.verticalCenterOffset: -units.gu(0.2)
89
88
                 name:"find"
90
89
             }
91
90
        }