← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

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

 

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

Commit message:
Simple removal of background colour.

Requested reviews:
  Ubuntu Notes app developers (notes-app-dev)
Related bugs:
  Bug #1576140 in Ubuntu Notes app: "Revert background to default colour"
  https://bugs.launchpad.net/reminders-app/+bug/1576140

For more details, see:
https://code.launchpad.net/~popey/reminders-app/fix-1576140/+merge/293288
-- 
Your team Ubuntu Notes app developers is requested to review the proposed merge of lp:~popey/reminders-app/fix-1576140 into lp:reminders-app.
=== modified file 'src/app/qml/Reminders.qml'
--- src/app/qml/Reminders.qml	2016-03-01 14:57:01 +0000
+++ src/app/qml/Reminders.qml	2016-04-28 15:30:03 +0000
@@ -124,8 +124,6 @@
         }
     }
 
-    backgroundColor: "#dddddd"
-
     function openAccountPage() {
         var unauthorizedAccounts = allAccounts.count - accounts.count > 0 ? true : false
         var accountPage = pagestack.push(Qt.createComponent(Qt.resolvedUrl("ui/AccountSelectorPage.qml")), { accounts: accounts, unauthorizedAccounts: unauthorizedAccounts, oaSetup: setup });


References