~vthompson/ubuntu-weather-app/reboot-chance-of-rain

« back to all changes in this revision

Viewing changes to app/ui/LocationPane.qml

* Fix spacing/margin of first DayDelegate.

Approved by Andrew Hayzen, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
        anchors {
176
176
            top: locationTop.bottom
177
177
            left: parent.left
 
178
            leftMargin: units.gu(2)
178
179
            right: parent.right
179
 
            margins: units.gu(2)
 
180
            rightMargin: units.gu(2)
180
181
        }
181
182
        Repeater {
182
183
            id: mainPageWeekdayListView