Merge lp:~nik90/ubuntu-clock-app/increase-date-font-size into lp:ubuntu-clock-app

Proposed by Nekhelesh Ramananthan
Status: Merged
Approved by: Nekhelesh Ramananthan
Approved revision: 266
Merged at revision: 264
Proposed branch: lp:~nik90/ubuntu-clock-app/increase-date-font-size
Merge into: lp:ubuntu-clock-app
Diff against target: 37 lines (+3/-2)
3 files modified
app/clock/ClockPage.qml (+1/-1)
debian/changelog (+1/-0)
po/com.ubuntu.clock.pot (+1/-1)
To merge this branch: bzr merge lp:~nik90/ubuntu-clock-app/increase-date-font-size
Reviewer Review Type Date Requested Status
Victor Thompson Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+259269@code.launchpad.net

Commit message

Increases the date font size shown in the main page as per design requirement.

Description of the change

Increases the date font size shown in the main page as per design requirement.

To post a comment you must log in.
265. By Nekhelesh Ramananthan

Updated debian changelog

266. By Nekhelesh Ramananthan

Fixed minor typo

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
Victor Thompson (vthompson) wrote :

lgtm!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'app/clock/ClockPage.qml'
2--- app/clock/ClockPage.qml 2015-04-14 22:07:57 +0000
3+++ app/clock/ClockPage.qml 2015-05-15 16:44:24 +0000
4@@ -245,7 +245,7 @@
5 text: clock.analogTime.toLocaleDateString()
6 opacity: settingsIcon.opacity
7 color: locationRow.visible ? Theme.palette.baseText : UbuntuColors.midAubergine
8- fontSize: locationRow.visible ? "xx-small" : "medium"
9+ fontSize: "medium"
10 }
11
12 Row {
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2015-04-15 00:14:10 +0000
16+++ debian/changelog 2015-05-15 16:44:24 +0000
17@@ -20,6 +20,7 @@
18 * Improved bottom edge header by correcting the direction of the chevron (LP: #1432696)
19 * Fixed "Location service error" label being shown when user denies clock app
20 location access (LP: #1393827)
21+ * Increased date font size (LP: #1432736)
22
23 [Brendan Donegan]
24 * Fixed AP failure by waiting for the bottom edge tip visible property to be true
25
26=== modified file 'po/com.ubuntu.clock.pot'
27--- po/com.ubuntu.clock.pot 2015-04-15 00:14:10 +0000
28+++ po/com.ubuntu.clock.pot 2015-05-15 16:44:24 +0000
29@@ -8,7 +8,7 @@
30 msgstr ""
31 "Project-Id-Version: \n"
32 "Report-Msgid-Bugs-To: \n"
33-"POT-Creation-Date: 2015-04-15 02:13+0200\n"
34+"POT-Creation-Date: 2015-05-15 16:30+0000\n"
35 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
36 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
37 "Language-Team: LANGUAGE <LL@li.org>\n"

Subscribers

People subscribed via source and target branches