~ubuntu-branches/ubuntu/trusty/unity8/trusty-proposed

« back to all changes in this revision

Viewing changes to qml/Notifications/Notifications.qml

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2014-02-03 16:56:47 UTC
  • mfrom: (1.1.64)
  • Revision ID: package-import@ubuntu.com-20140203165647-ik9w833cac4zu9da
Tags: 7.84+14.04.20140130.is.7.84+14.04.20131220-0ubuntu1
Reverting to last known good version, as after installing a click
application, it redirects you to the first click application everytime.
(LP: #1275832)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    interactive: false
26
26
 
27
27
    property real margin
 
28
    property real fullHeight
28
29
 
29
30
    delegate: Notification {
30
31
        objectName: "notification" + index
41
42
        actions: model.actions
42
43
        notificationId: model.id
43
44
        notification: notificationList.model.getRaw(notificationId)
44
 
        maxHeight: notificationList.height
45
 
        margins: notificationList.margin
46
45
 
47
46
        // make sure there's no opacity-difference between the several
48
47
        // elements in a notification