~aacid/unity8/moreAsyncAudioCard

« back to all changes in this revision

Viewing changes to qml/Panel/Handle.qml

  • Committer: Albert Astals Cid
  • Date: 2016-03-10 08:32:16 UTC
  • mfrom: (2136.2.83 unity8)
  • Revision ID: albert.astals@canonical.com-20160310083216-8nnplxl85qx13xd0
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
Rectangle {
21
21
    id: handle
22
 
    color: "#5d5d5d"
 
22
    color: UbuntuColors.slate
23
23
    height: units.gu(2)
24
24
    property bool active: false
25
25
 
35
35
                id: dot
36
36
                width: units.dp(3)
37
37
                height: width
38
 
                color: handle.active ? UbuntuColors.orange : "#888888"
 
38
                color: handle.active ? UbuntuColors.orange : UbuntuColors.ash
39
39
                radius: units.dp(1)
40
40
            }
41
41
        }