~zeller-benjamin/address-book-app/sdkcompat

« back to all changes in this revision

Viewing changes to src/imports/Ubuntu/Contacts/ContactAvatar.qml

  • Committer: CI bot
  • Author(s): Renato Araujo Oliveira Filho
  • Date: 2014-08-28 21:27:04 UTC
  • mfrom: (277.2.10 release-2014-08-26)
  • Revision ID: ps-jenkins@lists.canonical.com-20140828212704-i5f91dqbuqrtqoiy
[Contacts] Split ContactListView in two components (ContactListView and ContactListModel).
[Contacts] Fixed most called list margin.
[ContactEditor] Changed from add field dialog to use ComboButtonAddField (requested by designers).
[I18n] Fixed desktop i18n rules. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        height: visible ? units.gu(3) : avatar.height
72
72
        width: height
73
73
        visible: avatar.avatarUrl.indexOf("image://theme/") === 0
 
74
        sourceSize.width: avatar.width
 
75
        sourceSize.height: avatar.height
74
76
    }
75
77
}