Merge lp:~fboucault/unity-2d/dash_category_underline_color into lp:unity-2d/3.0

Proposed by Florian Boucault
Status: Merged
Approved by: Gerry Boland
Approved revision: 682
Merged at revision: 682
Proposed branch: lp:~fboucault/unity-2d/dash_category_underline_color
Merge into: lp:unity-2d/3.0
Diff against target: 13 lines (+1/-2)
1 file modified
places/GroupHeader.qml (+1/-2)
To merge this branch: bzr merge lp:~fboucault/unity-2d/dash_category_underline_color
Reviewer Review Type Date Requested Status
Gerry Boland Pending
Review via email: mp+72605@code.launchpad.net

Description of the change

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

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'places/GroupHeader.qml'
2--- places/GroupHeader.qml 2011-08-09 16:18:45 +0000
3+++ places/GroupHeader.qml 2011-08-23 17:13:07 +0000
4@@ -111,8 +111,7 @@
5 Rectangle {
6 id: underline
7
8- color: "white"
9- opacity: groupHeader.state == "pressed" ? 0.45 : 0.3
10+ color: "#21ffffff"
11
12 height: 1
13 anchors.bottom: parent.bottom

Subscribers

People subscribed via source and target branches