aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/qml/Weather/WeatherMain.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/wearable/qml/Weather/WeatherMain.qml')
-rw-r--r--examples/quickcontrols2/wearable/qml/Weather/WeatherMain.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols2/wearable/qml/Weather/WeatherMain.qml b/examples/quickcontrols2/wearable/qml/Weather/WeatherMain.qml
index 94f5dff6..7b0c2514 100644
--- a/examples/quickcontrols2/wearable/qml/Weather/WeatherMain.qml
+++ b/examples/quickcontrols2/wearable/qml/Weather/WeatherMain.qml
@@ -53,7 +53,7 @@ import QtQuick.Controls 2.0 as QQC2
import "../Common"
import "weather.js" as WeatherData
-PageContainer {
+Item {
Rectangle {
id: weatherCntr
anchors.centerIn: parent