Merge lp:~tpeeters/ubuntu-ui-toolkit/fixDatePicker13Style into lp:ubuntu-ui-toolkit/staging

Proposed by Tim Peeters
Status: Merged
Approved by: Zoltan Balogh
Approved revision: 1909
Merged at revision: 1909
Proposed branch: lp:~tpeeters/ubuntu-ui-toolkit/fixDatePicker13Style
Merge into: lp:ubuntu-ui-toolkit/staging
Diff against target: 12 lines (+1/-1)
1 file modified
src/Ubuntu/Components/Themes/Ambiance/1.3/DatePickerStyle.qml (+1/-1)
To merge this branch: bzr merge lp:~tpeeters/ubuntu-ui-toolkit/fixDatePicker13Style
Reviewer Review Type Date Requested Status
ubuntu-sdk-build-bot continuous-integration Approve
Cris Dywan Approve
Review via email: mp+290017@code.launchpad.net

Commit message

Fix typo in DatePickerStyle.

To post a comment you must log in.
Revision history for this message
Cris Dywan (kalikiana) wrote :

Looks good!

review: Approve
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Ubuntu/Components/Themes/Ambiance/1.3/DatePickerStyle.qml'
2--- src/Ubuntu/Components/Themes/Ambiance/1.3/DatePickerStyle.qml 2016-02-10 16:33:02 +0000
3+++ src/Ubuntu/Components/Themes/Ambiance/1.3/DatePickerStyle.qml 2016-03-24 10:12:55 +0000
4@@ -32,7 +32,7 @@
5 /*!
6 Highlight color.
7 */
8- property color highlightColor: theme.palette.highlight.baseText
9+ property color highlightColor: theme.palette.highlighted.baseText
10 /*!
11 Scale of the highlight item
12 */

Subscribers

People subscribed via source and target branches