ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #02092
[Merge] lp:~nik90/ubuntu-clock-app/increase-date-font-size into lp:ubuntu-clock-app
Nekhelesh Ramananthan has proposed merging lp:~nik90/ubuntu-clock-app/increase-date-font-size into lp:ubuntu-clock-app.
Commit message:
Increases the date font size shown in the main page as per design requirement.
Requested reviews:
Ubuntu Clock Developers (ubuntu-clock-dev)
Related bugs:
Bug #1432736 in Ubuntu Clock App: "[Clock] Text too small"
https://bugs.launchpad.net/ubuntu-clock-app/+bug/1432736
For more details, see:
https://code.launchpad.net/~nik90/ubuntu-clock-app/increase-date-font-size/+merge/259269
Increases the date font size shown in the main page as per design requirement.
--
Your team Ubuntu Clock Developers is requested to review the proposed merge of lp:~nik90/ubuntu-clock-app/increase-date-font-size into lp:ubuntu-clock-app.
=== modified file 'app/clock/ClockPage.qml'
--- app/clock/ClockPage.qml 2015-04-14 22:07:57 +0000
+++ app/clock/ClockPage.qml 2015-05-15 16:41:11 +0000
@@ -245,7 +245,7 @@
text: clock.analogTime.toLocaleDateString()
opacity: settingsIcon.opacity
color: locationRow.visible ? Theme.palette.baseText : UbuntuColors.midAubergine
- fontSize: locationRow.visible ? "xx-small" : "medium"
+ fontSize: "medium"
}
Row {
=== modified file 'po/com.ubuntu.clock.pot'
--- po/com.ubuntu.clock.pot 2015-04-15 00:14:10 +0000
+++ po/com.ubuntu.clock.pot 2015-05-15 16:41:11 +0000
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-04-15 02:13+0200\n"
+"POT-Creation-Date: 2015-05-15 16:30+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@xxxxxx>\n"
Follow ups