summaryrefslogtreecommitdiff
path: root/examples/sensors/qmlqtsensors/components/ApplicationWindow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/qmlqtsensors/components/ApplicationWindow.qml')
-rw-r--r--examples/sensors/qmlqtsensors/components/ApplicationWindow.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/sensors/qmlqtsensors/components/ApplicationWindow.qml b/examples/sensors/qmlqtsensors/components/ApplicationWindow.qml
index 06654e4..bf130dc 100644
--- a/examples/sensors/qmlqtsensors/components/ApplicationWindow.qml
+++ b/examples/sensors/qmlqtsensors/components/ApplicationWindow.qml
@@ -43,9 +43,7 @@ import QtQuick 2.0
Rectangle {
id: appWnd
- x: 0
- y: 0
width: 320
height: 480
- color: "#ececec"
+ color: "#868482"
}