~nik90/ubuntu-clock-app/fix-jarring-alarm-header

« back to all changes in this revision

Viewing changes to app/upstreamcomponents/FakeHeader.qml

  • Committer: Nekhelesh Ramananthan
  • Date: 2014-09-01 17:25:50 UTC
  • Revision ID: krnekhelesh@gmail.com-20140901172550-fi86zwoh3ye2m9ag
Replaced fake header background

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    Rectangle {
12
12
        height: units.gu(7)
13
13
        width: parent.width
14
 
        color:"#F5F5F5"
 
14
        color: Theme.palette.normal.background
15
15
        
16
16
        Icon {
17
17
            id: backIcon