Merge lp:~renatofilho/address-book-app/fix-fast-scroll-colors into lp:address-book-app

Proposed by Renato Araujo Oliveira Filho
Status: Merged
Approved by: Arthur Mello
Approved revision: 565
Merged at revision: 565
Proposed branch: lp:~renatofilho/address-book-app/fix-fast-scroll-colors
Merge into: lp:address-book-app
Diff against target: 21 lines (+2/-2)
1 file modified
src/imports/Ubuntu/Contacts/FastScroll.qml (+2/-2)
To merge this branch: bzr merge lp:~renatofilho/address-book-app/fix-fast-scroll-colors
Reviewer Review Type Date Requested Status
Arthur Mello (community) Approve
Review via email: mp+289926@code.launchpad.net

Commit message

Update fast scroll colors.

To post a comment you must log in.
Revision history for this message
Arthur Mello (artmello) wrote :

lgtm

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/imports/Ubuntu/Contacts/FastScroll.qml'
2--- src/imports/Ubuntu/Contacts/FastScroll.qml 2016-01-22 14:51:39 +0000
3+++ src/imports/Ubuntu/Contacts/FastScroll.qml 2016-03-23 15:27:57 +0000
4@@ -106,7 +106,7 @@
5 }
6
7 Label {
8- color: Theme.palette.normal.foregroundText
9+ color: Theme.palette.selected.backgroundText
10 anchors.fill: parent
11 horizontalAlignment: Text.AlignHCenter
12 verticalAlignment: Text.AlignVCenter
13@@ -188,7 +188,7 @@
14 horizontalAlignment: Text.AlignHCenter
15 text: modelData
16 fontSize: "x-small"
17- color: cursor.y === y ? Theme.palette.normal.foregroundText : Theme.palette.selected.backgroundText
18+ color: cursor.y === y ? Theme.palette.selected.backgroundText : Theme.palette.normal.foregroundText
19 opacity: !internal.modelDirty && Sections.contains(text) ? 1.0 : 0.5
20 }
21 }

Subscribers

People subscribed via source and target branches