@@ -90,7 +90,7 Rectangle { | |||
|
90 | 90 | |
|
91 | 91 | Row { |
|
92 | 92 | id: weatherImageRow |
|
93 |
anchors.bottom: p |
|
|
93 | anchors.bottom: poweredByText.top | |
|
94 | 94 | anchors.bottomMargin: 10 |
|
95 | 95 | anchors.left: parent.left |
|
96 | 96 | anchors.leftMargin: 25 |
@@ -113,6 +113,15 Rectangle { | |||
|
113 | 113 | } |
|
114 | 114 | } |
|
115 | 115 | |
|
116 | Text { | |
|
117 | id: poweredByText | |
|
118 | anchors.bottom: parent.bottom | |
|
119 | anchors.bottomMargin: 10 | |
|
120 | anchors.left: parent.left | |
|
121 | anchors.leftMargin: 25 | |
|
122 | text: "Powered by World Weather Online" | |
|
123 | } | |
|
124 | ||
|
116 | 125 | function parseWeatherData(weatherData) { |
|
117 | 126 | // Clear previous values |
|
118 | 127 | chartView.axisX.min = 0; |
General Comments 0
You need to be logged in to leave comments.
Login now