~osomon/unity-2d/natty-panel-backport-oneiric-changes

« back to all changes in this revision

Viewing changes to places/GroupHeader.qml

[dash] Category underline color set to respect the new design.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
    Rectangle {
112
112
        id: underline
113
113
 
114
 
        color: "white"
115
 
        opacity: groupHeader.state == "pressed" ? 0.45 : 0.3
 
114
        color: "#21ffffff"
116
115
 
117
116
        height: 1
118
117
        anchors.bottom: parent.bottom