Merge lp:~tiagosh/unity-2d/bugfix-880222 into lp:unity-2d

Proposed by Tiago Salem Herrmann
Status: Merged
Approved by: Olivier Tilloy
Approved revision: 787
Merged at revision: 787
Proposed branch: lp:~tiagosh/unity-2d/bugfix-880222
Merge into: lp:unity-2d
Diff against target: 10 lines (+1/-0)
1 file modified
places/SearchEntry.qml (+1/-0)
To merge this branch: bzr merge lp:~tiagosh/unity-2d/bugfix-880222
Reviewer Review Type Date Requested Status
Olivier Tilloy (community) Approve
Review via email: mp+82899@code.launchpad.net

Commit message

[dash] add selectionColor property to the search field in order to fix issue #880222

To post a comment you must log in.
Revision history for this message
Olivier Tilloy (osomon) wrote :

That looks good!
I verified that this is the exact same color as Unity (#808080).

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'places/SearchEntry.qml'
2--- places/SearchEntry.qml 2011-09-24 06:59:06 +0000
3+++ places/SearchEntry.qml 2011-11-21 15:41:24 +0000
4@@ -110,6 +110,7 @@
5 focus: true
6 selectByMouse: true
7 cursorDelegate: cursor
8+ selectionColor: "gray"
9
10 onTextChanged: live_search_timeout.restart()
11

Subscribers

People subscribed via source and target branches