Merge lp:~paolorotolo/ubuntu-rssreader-app/fix-for-1217309 into lp:~ubuntu-shorts-dev/ubuntu-rssreader-app/trunk

Proposed by Paolo Rotolo
Status: Merged
Approved by: David Planella
Approved revision: 46
Merged at revision: 47
Proposed branch: lp:~paolorotolo/ubuntu-rssreader-app/fix-for-1217309
Merge into: lp:~ubuntu-shorts-dev/ubuntu-rssreader-app/trunk
Diff against target: 16 lines (+3/-3)
1 file modified
ubuntu-rssreader-app.qml (+3/-3)
To merge this branch: bzr merge lp:~paolorotolo/ubuntu-rssreader-app/fix-for-1217309
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
David Planella Approve
Review via email: mp+182878@code.launchpad.net

Commit message

Updated backgorund gradient.

Description of the change

Updated backgorund gradient.
Final result: https://launchpadlibrarian.net/148697823/background-fix.png

To post a comment you must log in.
Revision history for this message
David Planella (dpm) wrote :

Nice work Paolo, thanks!

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntu-rssreader-app.qml'
2--- ubuntu-rssreader-app.qml 2013-08-22 11:42:33 +0000
3+++ ubuntu-rssreader-app.qml 2013-08-29 11:34:18 +0000
4@@ -18,9 +18,9 @@
5 width: units.gu(50)
6 height: units.gu(75)
7
8- headerColor: "#583437"
9- backgroundColor: "#624251"
10- footerColor: "#65445a"
11+ headerColor: "#3a2c32"
12+ backgroundColor: "#875864"
13+ footerColor: "#9b616c"
14
15 Component.onCompleted:
16 {

Subscribers

People subscribed via source and target branches