~nskaggs/ubuntu-weather-app/add-jenkins-info

« back to all changes in this revision

Viewing changes to app/components/ForecastDetailsDelegate.qml

  • Committer: Tarmac
  • Author(s): Victor Thompson
  • Date: 2016-01-29 23:07:11 UTC
  • mfrom: (187.3.2 fix-1521701)
  • Revision ID: tarmac-20160129230711-i9pno6bt3mu29yrp
* Change translatable string from "rain" to "precipitation". Fixes: https://bugs.launchpad.net/bugs/1521701.

Approved by Jenkins Bot, Bartosz Kosiorek.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
import Ubuntu.Components 1.3
21
21
 
22
22
Row {
23
 
    height: icon.height
 
23
    height: forecastLabel.height
24
24
    spacing: units.gu(2)
25
25
    visible: value !== ""
26
26
 
39
39
    Label {
40
40
        id: forecastLabel
41
41
        elide: Text.ElideRight
 
42
        wrapMode: Text.WordWrap
42
43
        width: units.gu(16)
43
44
    }
44
45