~mzanetti/unity8/spread-blur

« back to all changes in this revision

Viewing changes to qml/Notifications/Notification.qml

  • Committer: Bileto Bot
  • Author(s): Michael Zanetti
  • Date: 2016-10-24 11:34:08 UTC
  • mfrom: (2400.6.204 unity8-unified-spread)
  • Revision ID: ci-train-bot@canonical.com-20161024113408-7ul8ivww68dqm74v
Merge all Stages into one single codebase. Apply new spread visuals.

This deletes PhoneStage, TabletStage and DesktopStage, and merges all of the functionality into Stage. Also the spread visuals have been updated by design to work with all usage modes. (LP: #1489517, #1603914, #1635800)

Approved by: Lukáš Tinkl

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
            fill: contents
144
144
            margins: shapedBack.visible ? -units.gu(1) : -units.gu(1.5)
145
145
        }
146
 
        source: "../Stages/graphics/dropshadow2gu.sci"
 
146
        source: "../graphics/dropshadow2gu.sci"
147
147
        opacity: notification.opacity * 0.5
148
148
        enabled: !fullscreen
149
149
    }