mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -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 {
|
||||
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 }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue