Merge lp:~om26er/gallery-app/delete_dialog_cancel_color into lp:gallery-app

Proposed by Omer Akram
Status: Merged
Approved by: Omer Akram
Approved revision: 875
Merged at revision: 886
Proposed branch: lp:~om26er/gallery-app/delete_dialog_cancel_color
Merge into: lp:gallery-app
Diff against target: 11 lines (+1/-0)
1 file modified
rc/qml/Components/DeleteDialog.qml (+1/-0)
To merge this branch: bzr merge lp:~om26er/gallery-app/delete_dialog_cancel_color
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Günter Schwann (community) Approve
Review via email: mp+191283@code.launchpad.net

Commit message

Changes the color of the delete dialog's cancel button

Description of the change

Changes the color of the delete dialog's cancel button

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

lgtm

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'rc/qml/Components/DeleteDialog.qml'
2--- rc/qml/Components/DeleteDialog.qml 2013-06-20 11:54:49 +0000
3+++ rc/qml/Components/DeleteDialog.qml 2013-10-15 19:52:10 +0000
4@@ -43,6 +43,7 @@
5 Button {
6 objectName: "deleteDialogNo"
7 text: i18n.tr("No")
8+ gradient: UbuntuColors.greyGradient
9 onClicked: PopupUtils.close(dialogue);
10 }
11 }

Subscribers

People subscribed via source and target branches