~unity-2d-team/unity-2d/window-focus-fixes

« back to all changes in this revision

Viewing changes to shell/dash/Dash.qml

  • Committer: Tarmac
  • Author(s): Gerry Boland, Michał Sawicz
  • Date: 2012-02-28 11:30:52 UTC
  • mfrom: (915.1.61 hud-qml)
  • Revision ID: tarmac-20120228113052-ko3v4z076cq2aanr
Add HUD to Unity 2D

Known issue:
- on switching between Dash & Hud (tap Alt, then Super, then Alt...) blurred background image will contain Hud/Dash.. Fixes: https://bugs.launchpad.net/bugs/942045. Approved by Albert Astals Cid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
248
248
            anchors.top: parent.top
249
249
            anchors.left: parent.left
250
250
            anchors.right: parent.right
251
 
            source: "artwork/panel_border.png"
 
251
            source: "../common/artwork/panel_border.png"
252
252
            fillMode: Image.Stretch
253
253
        }
254
254