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.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/quickcontrols2/wearable/qml/Weather/WeatherMain.qml b/examples/quickcontrols2/wearable/qml/Weather/WeatherMain.qml
index 7b0c2514..089f5293 100644
--- a/examples/quickcontrols2/wearable/qml/Weather/WeatherMain.qml
+++ b/examples/quickcontrols2/wearable/qml/Weather/WeatherMain.qml
@@ -54,15 +54,13 @@ import "../Common"
import "weather.js" as WeatherData
Item {
- Rectangle {
+ Item {
id: weatherCntr
anchors.centerIn: parent
width: UIStyle.visibleDiameter
height: UIStyle.visibleRectHeight
- color: "transparent"
-
QQC2.SwipeView {
id: svWeatherContainer