~josephjamesmills/ubuntutv/fan_art

« back to all changes in this revision

Viewing changes to shell/dash/Dash.qml

  • Committer: Michał Sawicz
  • Date: 2011-12-22 19:26:26 UTC
  • Revision ID: michal.sawicz@canonical.com-20111222192626-aq1dpppkcawvap6s
[dash] make the sidebar darker

Show diffs side-by-side

added added

removed removed

Lines of Context:
450
450
 
451
451
    }
452
452
 
 
453
    Rectangle {
 
454
        anchors.fill: sidebar
 
455
        color: "black"
 
456
        opacity: 0.5
 
457
    }
 
458
 
453
459
    Sidebar {
454
460
        id: sidebar
455
461
        source: "../dash/LensSidebar.qml"