summaryrefslogtreecommitdiffstats
path: root/examples/location/planespotter/planespotter.qml
diff options
context:
space:
mode:
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)