Merge lp:~popey/reminders-app/fix-1576139 into lp:reminders-app

Status: Merged
Approved by: Michael Zanetti
Approved revision: 551
Merged at revision: 553
Proposed branch: lp:~popey/reminders-app/fix-1576139
Merge into: lp:reminders-app
Diff against target: 17 lines (+0/-7)
1 file modified
src/app/qml/components/NotesDelegate.qml (+0/-7)
To merge this branch: bzr merge lp:~popey/reminders-app/fix-1576139
Reviewer Review Type Date Requested Status
Michael Zanetti (community) Approve
Jenkins Bot continuous-integration Approve
Review via email: mp+293298@code.launchpad.net

Commit message

Remove shadow on notes

To post a comment you must log in.
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Michael Zanetti (mzanetti) wrote :

as james said, good to go

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/app/qml/components/NotesDelegate.qml'
2--- src/app/qml/components/NotesDelegate.qml 2015-09-15 14:50:55 +0000
3+++ src/app/qml/components/NotesDelegate.qml 2016-04-28 16:24:22 +0000
4@@ -189,13 +189,6 @@
5 fillMode: Image.PreserveAspectCrop
6 }
7 }
8- Rectangle {
9- anchors.fill: parent
10- gradient: Gradient {
11- GradientStop{ position: 0.8; color: "transparent" }
12- GradientStop{ position: 1; color: "#d9d9d9" }
13- }
14- }
15 }
16
17 }

Subscribers

People subscribed via source and target branches