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
=== modified file 'src/imports/Ubuntu/Contacts/FastScroll.qml'
--- src/imports/Ubuntu/Contacts/FastScroll.qml 2016-01-22 14:51:39 +0000
+++ src/imports/Ubuntu/Contacts/FastScroll.qml 2016-03-23 15:27:57 +0000
@@ -106,7 +106,7 @@
106 }106 }
107107
108 Label {108 Label {
109 color: Theme.palette.normal.foregroundText109 color: Theme.palette.selected.backgroundText
110 anchors.fill: parent110 anchors.fill: parent
111 horizontalAlignment: Text.AlignHCenter111 horizontalAlignment: Text.AlignHCenter
112 verticalAlignment: Text.AlignVCenter112 verticalAlignment: Text.AlignVCenter
@@ -188,7 +188,7 @@
188 horizontalAlignment: Text.AlignHCenter188 horizontalAlignment: Text.AlignHCenter
189 text: modelData189 text: modelData
190 fontSize: "x-small"190 fontSize: "x-small"
191 color: cursor.y === y ? Theme.palette.normal.foregroundText : Theme.palette.selected.backgroundText191 color: cursor.y === y ? Theme.palette.selected.backgroundText : Theme.palette.normal.foregroundText
192 opacity: !internal.modelDirty && Sections.contains(text) ? 1.0 : 0.5192 opacity: !internal.modelDirty && Sections.contains(text) ? 1.0 : 0.5
193 }193 }
194 }194 }

Subscribers

People subscribed via source and target branches