From 6e1336d4b69ea628bdc71ff45727acc6d4dbd4e7 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Wed, 23 May 2018 10:52:31 +0200 Subject: [PATCH] Specify the size for the map's Loader item This is currently required by the new runtime. --- kria-cluster-3d-demo/qml/main.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kria-cluster-3d-demo/qml/main.qml b/kria-cluster-3d-demo/qml/main.qml index b577c23..4adbde8 100644 --- a/kria-cluster-3d-demo/qml/main.qml +++ b/kria-cluster-3d-demo/qml/main.qml @@ -154,6 +154,8 @@ Item { visible: active source: "" asynchronous: true + width: 2560 + height: 960 } } ] -- GitLab