summaryrefslogtreecommitdiffstats
path: root/basicsuite/SensorExplorer/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/SensorExplorer/main.qml')
-rw-r--r--basicsuite/SensorExplorer/main.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/basicsuite/SensorExplorer/main.qml b/basicsuite/SensorExplorer/main.qml
index 7b71250..2a58709 100644
--- a/basicsuite/SensorExplorer/main.qml
+++ b/basicsuite/SensorExplorer/main.qml
@@ -50,12 +50,12 @@ Item {
id: root
width: 800
height: 1280
+
Rectangle {
id: main
- width: root.height
- height: root.width
+ width: root.width
+ height: root.height
anchors.centerIn: parent
- rotation: -90
//! [1]
SensorExplorer {