~sergiusens/phone-app/messages

« back to all changes in this revision

Viewing changes to src/qml/DetailViewContact/ContactDetails.qml

  • Committer: Tarmac
  • Author(s): Tiago Salem Herrmann
  • Date: 2013-05-29 17:35:36 UTC
  • mfrom: (658.1.2 phone-app-1185064)
  • Revision ID: tarmac-20130529173536-n0h2qeirwwxdwwvl
- Allow toggling favorite even when not editing a contact
- Increase the interaction area surrounding the favorite toggle. Fixes: https://bugs.launchpad.net/bugs/1185064.

Approved by Renato Araujo Oliveira Filho, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
        editable: contactDetails.editable
99
99
        focus: true
100
100
        backgroundColor: "#ededed"
 
101
        onFavoriteSaved: contactDetails.save()
101
102
    }
102
103
 
103
104
    function createNewContact(number) {