~ahayzen/ubuntu-weather-app/transparent-legacy-listitems

« back to all changes in this revision

Viewing changes to app/components/WeatherListItem.qml

  • Committer: Andrew Hayzen
  • Date: 2015-09-29 16:09:21 UTC
  • Revision ID: ahayzen@gmail.com-20150929160921-4jz1vbi6klrhz4hq
* Make the listitems transparent so that they don't appear white on the LocationsPage

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
ListItemWithActions {
24
24
    id: root
 
25
    color: "transparent"
25
26
 
26
27
    property int listItemIndex: index
27
28
    property bool multiselectable: false