Merge PR #356: Fix unit for pressure in weather view

This commit is contained in:
Jenkins nymea 2020-04-03 12:29:53 +02:00
commit 58dcb1f306

View File

@ -122,7 +122,7 @@ CustomViewBase {
} }
Label { Label {
text: (pressureState ? pressureState.value : "N/A") + " %" text: (pressureState ? pressureState.value : "N/A") + " mBar"
} }
ColorIcon { ColorIcon {
name: "../images/weathericons/wind.svg" name: "../images/weathericons/wind.svg"