~dpm/ubuntu-weather-app/fixes-1282081

« back to all changes in this revision

Viewing changes to components/AddLocationSheet.qml

  • Committer: Martin Borho
  • Date: 2014-02-18 20:48:23 UTC
  • Revision ID: martin@borho.net-20140218204823-mwi6g672am2uwg0k
possible fix for dearranged font colors

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
            Cities.preList.forEach(function(loc) {
38
38
                citiesModel.append(loc)
39
39
            })
40
 
            Theme.palette.normal.backgroundText = "#656565" //color: Theme.palette.normal.baseText
41
40
        }
42
41
 
43
42
        Connections {