summaryrefslogtreecommitdiff
path: root/pages/Home.qml
diff options
context:
space:
mode:
Diffstat (limited to 'pages/Home.qml')
-rw-r--r--pages/Home.qml15
1 files changed, 7 insertions, 8 deletions
diff --git a/pages/Home.qml b/pages/Home.qml
index 7116a43..de25068 100644
--- a/pages/Home.qml
+++ b/pages/Home.qml
@@ -1,13 +1,12 @@
import QtQuick 2.12
-import id.co.darapsa.kelakon.user 0.1
HomeForm {
- width: stackView.width
- height: stackView.height
+ width: stackView.width
+ height: stackView.height
- menuButton {
- onClicked: {
- drawer.visible = !drawer.visible
- }
- }
+ menuButton {
+ onClicked: {
+ drawer.visible = !drawer.visible
+ }
+ }
}