← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

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

 

Alan Pope  has proposed merging lp:~popey/reminders-app/fix-1576139 into lp:reminders-app.

Commit message:
Remove shadow on notes

Requested reviews:
  Jenkins Bot (ubuntu-core-apps-jenkins-bot): continuous-integration
  Ubuntu Notes app developers (notes-app-dev)
Related bugs:
  Bug #1576139 in Ubuntu Notes app: "Remove shadow at bottom of notes in notes list"
  https://bugs.launchpad.net/reminders-app/+bug/1576139

For more details, see:
https://code.launchpad.net/~popey/reminders-app/fix-1576139/+merge/293298
-- 
Your team Ubuntu Notes app developers is requested to review the proposed merge of lp:~popey/reminders-app/fix-1576139 into lp:reminders-app.
=== 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 @@
                     fillMode: Image.PreserveAspectCrop
                 }
             }
-            Rectangle {
-                anchors.fill: parent
-                gradient: Gradient {
-                    GradientStop{ position: 0.8; color: "transparent" }
-                    GradientStop{ position: 1; color: "#d9d9d9" }
-                }
-            }
         }
 
     }


Follow ups