summaryrefslogtreecommitdiff
path: root/examples/positioning/weatherinfo/components/BigForecastIcon.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/positioning/weatherinfo/components/BigForecastIcon.qml')
-rw-r--r--examples/positioning/weatherinfo/components/BigForecastIcon.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/positioning/weatherinfo/components/BigForecastIcon.qml b/examples/positioning/weatherinfo/components/BigForecastIcon.qml
index 6583d6d3..16e99bf8 100644
--- a/examples/positioning/weatherinfo/components/BigForecastIcon.qml
+++ b/examples/positioning/weatherinfo/components/BigForecastIcon.qml
@@ -70,7 +70,10 @@ Item {
Text {
text: current.bottomText
- font.pointSize: 28
+ font.pointSize: 23
+ wrapMode: Text.WordWrap
+ width: parent.width
+ horizontalAlignment: Text.AlignRight
anchors {
bottom: current.bottom
right: current.right