~fginther/ubuntu-weather-app/cmake-plus-weather-channel-2

« back to all changes in this revision

Viewing changes to components/CurrentWeather.qml

  • Committer: Martin Borho
  • Date: 2014-01-09 18:59:25 UTC
  • mfrom: (162.2.12 ubuntu-weather-app)
  • Revision ID: martin@borho.net-20140109185925-8gpbi57py21q1l6c
mergedĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
268
268
                        Components.WeatherTemperatureComponent {
269
269
                            id: currentConditionTempContent
270
270
                            currentTemp: currentWeather.currentTemp
 
271
                            tempScale: currentWeather.tempScale
271
272
                            minTemp: currentWeather.minTemp
272
273
                            maxTemp: currentWeather.maxTemp
273
274
                            anchors.fill: parent