← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

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

 

Victor Thompson has proposed merging lp:~vthompson/ubuntu-weather-app/reboot-small-homehourly-tweak into lp:ubuntu-weather-app/reboot.

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

Requested reviews:
  Ubuntu Weather Developers (ubuntu-weather-dev)

For more details, see:
https://code.launchpad.net/~vthompson/ubuntu-weather-app/reboot-small-homehourly-tweak/+merge/253464

* Do not show divider on first HomeHourly delegate.
* Make dividers lighter.
-- 
Your team Ubuntu Weather Developers is requested to review the proposed merge of lp:~vthompson/ubuntu-weather-app/reboot-small-homehourly-tweak into lp:ubuntu-weather-app/reboot.
=== modified file 'app/components/HomeHourly.qml'
--- app/components/HomeHourly.qml	2015-03-03 10:12:15 +0000
+++ app/components/HomeHourly.qml	2015-03-19 04:33:44 +0000
@@ -84,10 +84,12 @@
 
             }
             Rectangle {
+                anchors.verticalCenter: parent.verticalCenter
+                color: UbuntuColors.darkGrey
+                height: hourColumn.height
+                opacity: 0.2
+                visible: index > 0
                 width: units.gu(0.1)
-                height: hourColumn.height
-                color: UbuntuColors.darkGrey
-                anchors.verticalCenter: parent.verticalCenter
             }
         }
     }

=== modified file 'po/com.ubuntu.weather.pot'
--- po/com.ubuntu.weather.pot	2015-03-16 13:42:08 +0000
+++ po/com.ubuntu.weather.pot	2015-03-19 04:33:44 +0000
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ubuntu-weather-app\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-06 15:08+0100\n"
+"POT-Creation-Date: 2015-03-18 23:24-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@xxxxxx>\n"


References