summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@digia.com>2013-10-16 15:49:10 +0200
committerEirik Aavitsland <eirik.aavitsland@digia.com>2013-10-16 22:27:26 +0300
commit1fcbbfe859fba4d2eb55a6aad1677624c9b33460 (patch)
treeedeacd33f70561f79bc45197145967465ce32ce3
parentf9d849d4af7a2098ad046e7394bf2bffbc4dbf63 (diff)
Show Sensor Explorer example in landscape
Change-Id: I4925704922c94d3a6980d7f4745498a56ff5bce5 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
-rw-r--r--basicsuite/SensorExplorer/main.qml6
-rw-r--r--basicsuite/SensorExplorer/preview_l.jpgbin18734 -> 21553 bytes
2 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 {
diff --git a/basicsuite/SensorExplorer/preview_l.jpg b/basicsuite/SensorExplorer/preview_l.jpg
index 118a151..b0469e5 100644
--- a/basicsuite/SensorExplorer/preview_l.jpg
+++ b/basicsuite/SensorExplorer/preview_l.jpg
Binary files differ