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

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

Commit message

Simple removal of background colour.

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/Reminders.qml'
2--- src/app/qml/Reminders.qml 2016-03-01 14:57:01 +0000
3+++ src/app/qml/Reminders.qml 2016-04-28 15:30:03 +0000
4@@ -124,8 +124,6 @@
5 }
6 }
7
8- backgroundColor: "#dddddd"
9-
10 function openAccountPage() {
11 var unauthorizedAccounts = allAccounts.count - accounts.count > 0 ? true : false
12 var accountPage = pagestack.push(Qt.createComponent(Qt.resolvedUrl("ui/AccountSelectorPage.qml")), { accounts: accounts, unauthorizedAccounts: unauthorizedAccounts, oaSetup: setup });

Subscribers

People subscribed via source and target branches