~unity-2d-team/unity-2d/trunk

« back to all changes in this revision

Viewing changes to shell/Shell.qml

[shell] Change the Dash's Background into a standalone element.. Fixes: . Approved by Albert Astals Cid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
 
165
165
            InputShapeMask {
166
166
                id: shape1
167
 
                source: "shell/dash/artwork/desktop_dash_background_no_transparency.png"
 
167
                source: "shell/common/artwork/desktop_dash_background_no_transparency.png"
168
168
                color: "red"
169
169
                position: Qt.point(dashLoader.width - 50, dashLoader.height - 49)
170
170
                enabled: declarativeView.dashMode == ShellDeclarativeView.DesktopMode