summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTamas Martinec <tamas.martinec@symbio.com>2021-08-17 14:30:45 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-18 09:30:25 +0000
commit6437c387906680cc996aea0e70b918679b90bcb3 (patch)
treebec3a15b09dd2e08253569d8ebdc49cd4be2aaa7
parentb3c6d58e73bdc925ef61304cb45fa97ad32db7b3 (diff)
QtSensors: Make the QMLQtSensors example use the whole screen
Task-number: QTBUG-92514 Change-Id: Ide812d7288c17aa1b8a3af999e5329f214181b7d Reviewed-by: Alex Blasche <alexander.blasche@qt.io> (cherry picked from commit a1df957679a5e6f32940a71491bae244562177f6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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 {