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
=== modified file 'places/GroupHeader.qml'
--- places/GroupHeader.qml 2011-08-09 16:18:45 +0000
+++ places/GroupHeader.qml 2011-08-23 17:13:07 +0000
@@ -111,8 +111,7 @@
111 Rectangle {111 Rectangle {
112 id: underline112 id: underline
113113
114 color: "white"114 color: "#21ffffff"
115 opacity: groupHeader.state == "pressed" ? 0.45 : 0.3
116115
117 height: 1116 height: 1
118 anchors.bottom: parent.bottom117 anchors.bottom: parent.bottom

Subscribers

People subscribed via source and target branches