~renatofilho/messaging-app/fix-1489330

« back to all changes in this revision

Viewing changes to src/qml/MMS/PreviewerSingleContact.qml

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2016-05-16 15:53:28 UTC
  • mfrom: (458.1.101 messaging-app)
  • Revision ID: renato.filho@canonical.com-20160516155328-3lkc6f6cob6jgi8k
Trunk merged.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
Previewer {
24
24
    id: root
25
25
 
26
 
    title: contactView.title
 
26
    title: contactView.header.title
27
27
    flickable: contactView.flickable
28
28
 
29
29
    MessagingContactViewPage {
30
30
        id: contactView
31
31
 
32
 
        header: Item { height: 0 }
 
32
        header.height: 0
 
33
        header.visible: false
33
34
        contact: thumbnail.vcard.contacts.length > 0 ? thumbnail.vcard.contacts[0] : null
34
35
        editable: false
35
36
        anchors.fill: parent