Merge lp:~vthompson/ubuntu-weather-app/reboot-small-homehourly-tweak into lp:ubuntu-weather-app

Proposed by Victor Thompson
Status: Merged
Approved by: Martin Borho
Approved revision: 24
Merged at revision: 24
Proposed branch: lp:~vthompson/ubuntu-weather-app/reboot-small-homehourly-tweak
Merge into: lp:ubuntu-weather-app
Diff against target: 32 lines (+6/-4)
2 files modified
app/components/HomeHourly.qml (+5/-3)
po/com.ubuntu.weather.pot (+1/-1)
To merge this branch: bzr merge lp:~vthompson/ubuntu-weather-app/reboot-small-homehourly-tweak
Reviewer Review Type Date Requested Status
Martin Borho Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+253464@code.launchpad.net

This proposal supersedes a proposal from 2015-03-19.

Commit message

* Do not show divider on first HomeHourly delegate.
* Make dividers lighter.

Description of the change

* Do not show divider on first HomeHourly delegate.
* Make dividers lighter.

To post a comment you must log in.
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
Martin Borho (martin-borho) 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/components/HomeHourly.qml'
2--- app/components/HomeHourly.qml 2015-03-03 10:12:15 +0000
3+++ app/components/HomeHourly.qml 2015-03-19 04:33:44 +0000
4@@ -84,10 +84,12 @@
5
6 }
7 Rectangle {
8+ anchors.verticalCenter: parent.verticalCenter
9+ color: UbuntuColors.darkGrey
10+ height: hourColumn.height
11+ opacity: 0.2
12+ visible: index > 0
13 width: units.gu(0.1)
14- height: hourColumn.height
15- color: UbuntuColors.darkGrey
16- anchors.verticalCenter: parent.verticalCenter
17 }
18 }
19 }
20
21=== modified file 'po/com.ubuntu.weather.pot'
22--- po/com.ubuntu.weather.pot 2015-03-16 13:42:08 +0000
23+++ po/com.ubuntu.weather.pot 2015-03-19 04:33:44 +0000
24@@ -8,7 +8,7 @@
25 msgstr ""
26 "Project-Id-Version: ubuntu-weather-app\n"
27 "Report-Msgid-Bugs-To: \n"
28-"POT-Creation-Date: 2015-03-06 15:08+0100\n"
29+"POT-Creation-Date: 2015-03-18 23:24-0500\n"
30 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
31 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
32 "Language-Team: LANGUAGE <LL@li.org>\n"

Subscribers

People subscribed via source and target branches

to all changes: