Merge lp:~seb128/camera-app/red-delete-button into lp:camera-app

Proposed by Sebastien Bacher
Status: Merged
Approved by: Florian Boucault
Approved revision: 596
Merged at revision: 602
Proposed branch: lp:~seb128/camera-app/red-delete-button
Merge into: lp:camera-app
Diff against target: 12 lines (+1/-1)
1 file modified
DeleteDialog.qml (+1/-1)
To merge this branch: bzr merge lp:~seb128/camera-app/red-delete-button
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Ubuntu Phablet Team Pending
Review via email: mp+277668@code.launchpad.net

Commit message

Use the red color for the Delete button as recommended by design

Description of the change

Use the red color for the Delete button as recommended by design

see https://design.ubuntu.com/apps/building-blocks/buttons for reference

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'DeleteDialog.qml'
2--- DeleteDialog.qml 2015-10-22 12:24:01 +0000
3+++ DeleteDialog.qml 2015-11-17 10:40:41 +0000
4@@ -32,7 +32,7 @@
5 objectName: "deleteButton"
6
7 text: i18n.tr("Delete")
8- color: UbuntuColors.orange
9+ color: UbuntuColors.red
10 onClicked: {
11 PopupUtils.close(deleteDialog);
12 }

Subscribers

People subscribed via source and target branches