~mzanetti/unity/phablet-notifications

« back to all changes in this revision

Viewing changes to Notifications/Notification.qml

  • Committer: Mirco Müller
  • Date: 2013-04-02 11:04:16 UTC
  • Revision ID: mirco.mueller@ubuntu.com-20130402110416-ikl8q77d5ero8hl5
Stick to a flatter code/directory structure... avoid using the term bubble

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
import Ubuntu.Components 0.1
19
19
 
20
20
UbuntuShape {
21
 
    id: bubble
 
21
    id: notification
22
22
 
23
23
    property alias iconSource: avatarIcon.source
24
24
    property alias summary: summaryLabel.text
109
109
            visible: snapDecision
110
110
            spacing: units.gu (1)
111
111
 
112
 
            parent: bubble
 
112
            parent: notification
113
113
 
114
114
            anchors {
115
115
                left: parent.left