summaryrefslogtreecommitdiffstats
path: root/examples/location/planespotter/planespotter.qml
diff options
context:
space:
mode:
authorMatthias Rauter <matthias.rauter@qt.io>2023-11-24 15:40:54 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-12-12 13:29:20 +0000
commit482daa84f800b812327efe10cc0740c613b0bf58 (patch)
treebd4d79fc219909818bb4aedcb7af3d560e9ebdd4 /examples/location/planespotter/planespotter.qml
parent2f7fd254def861eae6e6947baaf6dbebbf6c7823 (diff)
Refresh the planespotter examplev6.7.0-beta1
Fixes: QTBUG-119095 Change-Id: I65cb30204f91dffebfd32d272cda156dc1c27674 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit da597f02125e18300f029afe896d5776ae37225c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/location/planespotter/planespotter.qml')
-rw-r--r--examples/location/planespotter/planespotter.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/location/planespotter/planespotter.qml b/examples/location/planespotter/planespotter.qml
index 3cb3085b..cc961a98 100644
--- a/examples/location/planespotter/planespotter.qml
+++ b/examples/location/planespotter/planespotter.qml
@@ -8,10 +8,10 @@ import QtLocation
Window {
width: 700
- height: 500
+ height: 550
visible: true
- property variant topLeftEurope: QtPositioning.coordinate(60.5, 0.0)
+ property variant topLeftEurope: QtPositioning.coordinate(61, 0.0)
property variant bottomRightEurope: QtPositioning.coordinate(51.0, 14.0)
property variant viewOfEurope:
QtPositioning.rectangle(topLeftEurope, bottomRightEurope)