ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #02024
[Merge] lp:~vthompson/ubuntu-weather-app/reboot-fix-first-delegate-spacing into lp:ubuntu-weather-app/reboot
Victor Thompson has proposed merging lp:~vthompson/ubuntu-weather-app/reboot-fix-first-delegate-spacing into lp:ubuntu-weather-app/reboot.
Commit message:
* Fix spacing/margin of first DayDelegate.
Requested reviews:
Ubuntu Weather Developers (ubuntu-weather-dev)
For more details, see:
https://code.launchpad.net/~vthompson/ubuntu-weather-app/reboot-fix-first-delegate-spacing/+merge/258703
* Fix spacing/margin of first DayDelegate.
--
Your team Ubuntu Weather Developers is requested to review the proposed merge of lp:~vthompson/ubuntu-weather-app/reboot-fix-first-delegate-spacing into lp:ubuntu-weather-app/reboot.
=== modified file 'app/ui/LocationPane.qml'
--- app/ui/LocationPane.qml 2015-04-29 14:09:55 +0000
+++ app/ui/LocationPane.qml 2015-05-09 03:24:52 +0000
@@ -175,8 +175,9 @@
anchors {
top: locationTop.bottom
left: parent.left
+ leftMargin: units.gu(2)
right: parent.right
- margins: units.gu(2)
+ rightMargin: units.gu(2)
}
Repeater {
id: mainPageWeekdayListView
Follow ups