summaryrefslogtreecommitdiffstats
path: root/examples/qmlscatter/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qmlscatter/main.cpp')
-rw-r--r--examples/qmlscatter/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/qmlscatter/main.cpp b/examples/qmlscatter/main.cpp
index d48bea3d..f4aac723 100644
--- a/examples/qmlscatter/main.cpp
+++ b/examples/qmlscatter/main.cpp
@@ -39,8 +39,7 @@ int main(int argc, char *argv[])
#endif
viewer.setSource(QUrl("qrc:/qml/main.qml"));
viewer.setResizeMode(QQuickView::SizeRootObjectToView);
- viewer.setMinimumSize(QSize(640, 480));
- viewer.show();
+ viewer.showFullScreen();
return app.exec();
}