summaryrefslogtreecommitdiff
path: root/examples/location/places_map/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/places_map/main.cpp')
-rw-r--r--examples/location/places_map/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/location/places_map/main.cpp b/examples/location/places_map/main.cpp
index a2cd8fc0..aeb7eaf3 100644
--- a/examples/location/places_map/main.cpp
+++ b/examples/location/places_map/main.cpp
@@ -46,6 +46,8 @@ int main(int argc, char **argv)
QGuiApplication app(argc,argv);
QQuickView view;
view.setSource(QUrl(QStringLiteral("qrc:///places_map.qml")));
+ view.setWidth(360);
+ view.setHeight(640);
view.show();
return app.exec();
}