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
=== modified file 'src/app/qml/components/NotesDelegate.qml'
--- src/app/qml/components/NotesDelegate.qml 2015-09-15 14:50:55 +0000
+++ src/app/qml/components/NotesDelegate.qml 2016-04-28 16:24:22 +0000
@@ -189,13 +189,6 @@
189 fillMode: Image.PreserveAspectCrop189 fillMode: Image.PreserveAspectCrop
190 }190 }
191 }191 }
192 Rectangle {
193 anchors.fill: parent
194 gradient: Gradient {
195 GradientStop{ position: 0.8; color: "transparent" }
196 GradientStop{ position: 1; color: "#d9d9d9" }
197 }
198 }
199 }192 }
200193
201 }194 }

Subscribers

People subscribed via source and target branches