mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-02 23:33:41 -08:00
revision
This commit is contained in:
parent
76f0daf1ec
commit
d3154ccd73
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import QtQuick 2.15
|
||||||
|
|
||||||
Loader {
|
Loader {
|
||||||
objectName: "~A"
|
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 }
|
Component.onCompleted: if (width === 0) { anchors.fill = parent }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue