Merge lp:~vthompson/music-app/readable-error-message-1295932 into lp:music-app/trusty

Proposed by Victor Thompson
Status: Merged
Approved by: Victor Thompson
Approved revision: 513
Merged at revision: 513
Proposed branch: lp:~vthompson/music-app/readable-error-message-1295932
Merge into: lp:music-app/trusty
Diff against target: 13 lines (+2/-1)
1 file modified
music-app.qml (+2/-1)
To merge this branch: bzr merge lp:~vthompson/music-app/readable-error-message-1295932
Reviewer Review Type Date Requested Status
Andrew Hayzen Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+225421@code.launchpad.net

Commit message

* Fix new playlist error text color

Description of the change

* Fix new playlist error text color

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Andrew Hayzen (ahayzen) wrote :

Looks good :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'music-app.qml'
2--- music-app.qml 2014-06-29 22:19:03 +0000
3+++ music-app.qml 2014-07-03 03:18:49 +0000
4@@ -704,8 +704,9 @@
5 objectName: "playlistnameTextfield"
6 placeholderText: i18n.tr("Name")
7 }
8- ListItem.Standard {
9+ Label {
10 id: newplaylistoutput
11+ color: "white"
12 visible: false // should only be visible when an error is made.
13 }
14

Subscribers

People subscribed via source and target branches

to status/vote changes: