summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/sensors/qmlqtsensors/qmlqtsensors.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/sensors/qmlqtsensors/qmlqtsensors.qml b/examples/sensors/qmlqtsensors/qmlqtsensors.qml
index 0b473afc..5c676df0 100644
--- a/examples/sensors/qmlqtsensors/qmlqtsensors.qml
+++ b/examples/sensors/qmlqtsensors/qmlqtsensors.qml
@@ -103,6 +103,8 @@ import QtSensors
ApplicationWindow {
+ anchors.fill: parent
+
// Sensor types used
//! [1]
TiltSensor {