~libqtelegram-team/telegram-app/fix-the-ContentPeerPicker-layout-issue

« back to all changes in this revision

Viewing changes to telegram/app/qml/components/ContactImport.qml

  • Committer: Jin Hsieh
  • Date: 2016-11-17 14:26:30 UTC
  • Revision ID: jin.hsieh@canonical.com-20161117142630-ihvlmj6x2syh7r58
Revert file: ContactImport.qml

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
                    id: peerPicker
53
53
 
54
54
                    anchors.fill: parent
55
 
                    anchors.topMargin: page.header.height
56
 
 
57
55
                    contentType: ContentHub.ContentType.Contacts
58
56
                    handler: ContentHub.ContentHandler.Source
59
 
                    showTitle: true
60
57
 
61
58
                    onPeerSelected: {
62
59
                        peer.selectionType = ContentHub.ContentTransfer.Multiple