This commit is contained in:
pls.153 2022-03-09 18:28:37 +01:00
parent 76f0daf1ec
commit d3154ccd73

View file

@ -2,7 +2,7 @@ import QtQuick 2.15
Loader {
objectName: "~A"
source: "../" + objectName // TODO: set 'baseUrl' to Engine, so we don't need to fiddle here
source: "../" + objectName
Component.onCompleted: if (width === 0) { anchors.fill = parent }