~stolowski/dialer-app/default-department-id-key

« back to all changes in this revision

Viewing changes to src/qml/HistoryPage/HistoryDelegate.qml

  • Committer: Gustavo Pichorim Boiko
  • Date: 2014-01-21 13:31:36 UTC
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: gustavo.boiko@canonical.com-20140121133136-cee3augob37b7jb4
Fix a typo in the avatar setting on history.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
                fillMode: Image.PreserveAspectCrop
118
118
                asynchronous: true
119
119
                source: defaultAvatar ? Qt.resolvedUrl("../assets/contact_defaulticon.png") : contactWatcher.avatar
120
 
                sourceSize.width: defaultAvaltar ? undefined : width * 1.5
 
120
                sourceSize.width: defaultAvatar ? undefined : width * 1.5
121
121
                sourceSize.height: defaultAvatar ? undefined : height * 1.5
122
122
            }
123
123
        }