diff options
Diffstat (limited to 'pages/Home.qml')
-rw-r--r-- | pages/Home.qml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pages/Home.qml b/pages/Home.qml new file mode 100644 index 0000000..1cce621 --- /dev/null +++ b/pages/Home.qml @@ -0,0 +1,7 @@ +import QtQuick 2.12 +import id.co.darapsa.kelakon.user 0.1 + +HomeForm { + width: stackView.width + height: stackView.height +} |