~renatofilho/messaging-app/fix-1489330

« back to all changes in this revision

Viewing changes to src/qml/MultiRecipientInput.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:
29
29
    property variant recipients: []
30
30
    property string searchString: ""
31
31
    signal clearSearch()
32
 
    style: Theme.createStyleComponent("TextFieldStyle.qml", multiRecipientWidget)
 
32
    styleName: "TextFieldStyle"
33
33
    clip: true
34
34
    height: contactFlow.height
35
35
    focus: activeFocus